@krikchaip
's personal configurations including.zshrc
,.gitconfig
and much more!
sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin init --apply krikchaip
# for the initial addition
chezmoi add ~/path/to/new/stuff
# if you accidentally make changes to the destination (the actual file)
chezmoi re-add ~/path/to/new/stuff
# this will open your default text editor
chezmoi edit
# apply the changes
chezmoi apply -v
chezmoi update -v
# for run_onchange scripts
chezmoi state delete-bucket --bucket=entryState
# for run_once scripts
chezmoi state delete-bucket --bucket=scriptState