No description
.vimrc moves to chezmoi, plus the ~/.local/bin/vi -> /usr/bin/vim shortcut symlink. Bootstrap learns to install vim. |
||
|---|---|---|
| dot_config | ||
| dot_local/bin | ||
| dot_zsh_plugins/plugins/podman | ||
| .chezmoiexternal.toml | ||
| .chezmoiignore | ||
| dot_aliases | ||
| dot_vimrc | ||
| dot_zshrc | ||
| README.md | ||
| run_once_after_chsh.sh.tmpl | ||
| run_once_before_install-arch.sh.tmpl | ||
dotfiles
Managed with chezmoi.
Setup auf neuer Maschine (Arch)
sudo pacman -S --needed chezmoi
chezmoi init --apply <repo-url>
chezmoi apply führt einmalig die run_once_*-Skripte aus (Pakete via paru/pacman) und legt anschließend die Konfigurationsdateien an.
Routine
chezmoi diff— Änderungen prüfenchezmoi apply— anwendenchezmoi edit <pfad>— Source bearbeiten (NICHT direkt im Target!)chezmoi re-add— Änderungen aus dem Target-Verzeichnis zurück in die Source übernehmen