chore: Small improvments...
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{{/* .chezmoitemplates/mise-tools */}}
|
||||
{{- $hostname := output "hostname" | trim -}}
|
||||
# Configuration pour l'hôte {{ $hostname }}
|
||||
{{- $username := .chezmoi.username }}
|
||||
# Configuration personnalisée pour l'utilisateur {{ $username }} et l'hôte {{ $hostname }}
|
||||
{{- $currentHost := index .hosts $hostname -}}
|
||||
{{- if $currentHost }}
|
||||
{{- /* 1. Parcourir les toolboxes associées à cet hôte */}}
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Chezmoi
|
||||
|
||||
Ce dépôt contient ma configuration pour l'outil [chezmoi](https://www.chezmoi.io/) qui permet la gestion des fichiers dot files.
|
||||
|
||||
Pour lancer un bootstrap rapide de mon environnement complet, lancer la commande suivante :
|
||||
`sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --apply https://gitea.cloud.logerais.com/xavier/config-chezmoi.git`
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Ce fichier est généré automatiquement par l'outil chezmoi
|
||||
# Préférez apporter vos modification depuis chezmoi que directement ici
|
||||
|
||||
[settings]
|
||||
experimental = true
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# 1. Installer Mise s'il n'est pas présent
|
||||
if ! command -v mise &>/dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user