Compare commits
3
Commits
da24623dca
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a4e2eadbe9 | ||
|
|
06fb51ab5e | ||
|
|
28183fd943 |
@@ -55,6 +55,8 @@ hosts:
|
||||
configs: {}
|
||||
# Termux (application de terminal pour android)
|
||||
termux-debian:
|
||||
packages:
|
||||
- apt:zsh
|
||||
users:
|
||||
root:
|
||||
toolboxes:
|
||||
@@ -65,6 +67,8 @@ hosts:
|
||||
- terminal
|
||||
- dev-tools
|
||||
termux-ubuntu:
|
||||
packages:
|
||||
- apt:zsh
|
||||
users:
|
||||
root:
|
||||
toolboxes:
|
||||
|
||||
@@ -16,6 +16,7 @@ tools:
|
||||
- zoxide # Quickly jump to previouously visited directories
|
||||
- broot # Navigate easily inside the file system
|
||||
- glow # Render markdown on the CLI
|
||||
- cargo-binstall # Needed for broot
|
||||
dev-tools:
|
||||
- jq
|
||||
- yq
|
||||
@@ -33,7 +34,6 @@ tools:
|
||||
- node
|
||||
- go
|
||||
- rust
|
||||
- cargo-binstall
|
||||
devops:
|
||||
- docker-cli
|
||||
- podman
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# Ce fichier est généré automatiquement par l'outil chezmoi.
|
||||
# Préférez apporter vos modification depuis chezmoi que directement ici.
|
||||
#
|
||||
@@ -41,3 +41,15 @@
|
||||
{{- 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,5 +1,4 @@
|
||||
# Ce fichier est généré automatiquement par l'outil chezmoi
|
||||
# Préférez apporter vos modification depuis chezmoi que directement ici
|
||||
{{ template "chezmoi-managed-header" . }}
|
||||
|
||||
[settings]
|
||||
experimental = true
|
||||
|
||||
Reference in New Issue
Block a user