Compare commits
21
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d7c3fdebc | ||
|
|
d382d8228d | ||
|
|
970401923d | ||
|
|
683686a185 | ||
|
|
e0246c8e83 | ||
|
|
47432de531 | ||
|
|
41d4fa339e | ||
|
|
db95e506a8 | ||
|
|
f12650940d | ||
|
|
9de10617a2 | ||
|
|
4bb26d8b93 | ||
|
|
be06aca720 | ||
|
|
64b541fb7c | ||
|
|
d9407a5bf2 | ||
|
|
cabfd027da | ||
|
|
b11ff013fa | ||
|
|
406efd6b29 | ||
|
|
1bbafd43ce | ||
|
|
df2dd4077e | ||
|
|
ee71747211 | ||
|
|
72e37651e9 |
@@ -55,8 +55,6 @@ hosts:
|
|||||||
configs: {}
|
configs: {}
|
||||||
# Termux (application de terminal pour android)
|
# Termux (application de terminal pour android)
|
||||||
termux-debian:
|
termux-debian:
|
||||||
packages:
|
|
||||||
- apt:zsh
|
|
||||||
users:
|
users:
|
||||||
root:
|
root:
|
||||||
toolboxes:
|
toolboxes:
|
||||||
@@ -67,8 +65,6 @@ hosts:
|
|||||||
- terminal
|
- terminal
|
||||||
- dev-tools
|
- dev-tools
|
||||||
termux-ubuntu:
|
termux-ubuntu:
|
||||||
packages:
|
|
||||||
- apt:zsh
|
|
||||||
users:
|
users:
|
||||||
root:
|
root:
|
||||||
toolboxes:
|
toolboxes:
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ tools:
|
|||||||
- zoxide # Quickly jump to previouously visited directories
|
- zoxide # Quickly jump to previouously visited directories
|
||||||
- broot # Navigate easily inside the file system
|
- broot # Navigate easily inside the file system
|
||||||
- glow # Render markdown on the CLI
|
- glow # Render markdown on the CLI
|
||||||
- cargo-binstall # Needed for broot
|
|
||||||
dev-tools:
|
dev-tools:
|
||||||
- jq
|
- jq
|
||||||
- yq
|
- yq
|
||||||
@@ -34,6 +33,7 @@ tools:
|
|||||||
- node
|
- node
|
||||||
- go
|
- go
|
||||||
- rust
|
- rust
|
||||||
|
- cargo-binstall
|
||||||
devops:
|
devops:
|
||||||
- docker-cli
|
- docker-cli
|
||||||
- podman
|
- podman
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
#
|
|
||||||
# Ce fichier est généré automatiquement par l'outil chezmoi.
|
|
||||||
# Préférez apporter vos modification depuis chezmoi que directement ici.
|
|
||||||
#
|
|
||||||
@@ -41,15 +41,3 @@
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{/* Host specific */}}
|
|
||||||
{{- $hostname := output "hostname" | trim -}}
|
|
||||||
{{- $currentHost := index .hosts $hostname -}}
|
|
||||||
{{- if $currentHost }}
|
|
||||||
{{- if hasKey $currentHost "packages" }}
|
|
||||||
# Paquets personnalisés pour l'hôte {{ $hostname }}
|
|
||||||
{{- range $currentHost.packages }}
|
|
||||||
"{{- . }}" = "latest"
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
{{ template "chezmoi-managed-header" . }}
|
# Ce fichier est généré automatiquement par l'outil chezmoi
|
||||||
|
# Préférez apporter vos modification depuis chezmoi que directement ici
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
experimental = true
|
experimental = true
|
||||||
|
|||||||
Reference in New Issue
Block a user