Managed by https://www.chezmoi.io
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply eiskrenkovApply Brewfile
brew bundle installPrefill zoxide index
zoxide add (find ~/dev -mindepth 1 -maxdepth 1 -type d)Start tracking file with chezmoi
# This will copy ~/.bashrc to ~/.local/share/chezmoi/dot_bashrc
chezmoi add ~/.bashrcEdit dotfile
# This will open ~/.local/share/chezmoi/dot_bashrc in your $EDITOR. Make some changes and save the file.
chezmoi edit ~/.bashrcSee what changes chezmoi would make
chezmoi diffApply the changes
# All chezmoi commands accept the -v (verbose) flag to print out exactly what changes they will make to the file system
chezmoi -v applychezmoi cd
Not this time 🥲