sh -c "$(curl -fsLS https://get.chezmoi.io)" -- init --apply tuananh131001
This installs the core CLI packages only.
GUI apps, the terminal emulator, and the fcitx5 input method are not installed
automatically. Run them yourself after chezmoi apply:
~/.local/bin/install-desktop-packages.sh all # everything
~/.local/bin/install-desktop-packages.sh gui # baobab, nautilus, vlc, ...
~/.local/bin/install-desktop-packages.sh terminal # ghostty
~/.local/bin/install-desktop-packages.sh input # fcitx5 + unikeyRun with no arguments to see the full group listing.
Update chezmoi source after editing a target file directly:
chezmoi re-add ~/.tmux.confRe-add all modified tracked files:
chezmoi re-add