This repo contains all of the dotfiles that are backup up using chezmoi. You can find more information about that tool here: chezmoi.io
To set up a new system run the followng:
chezmoi init [email protected]:kiecan/dotfiles.git
chezmoi git pull
chezmoi applyTo add a file to chezmoi, run:
chezmoi add <path/to/file/folder>Remember to update the following for autopush:
FILE: ~/.config/chezmoi/chezmoi.toml
[git]
autoCommit = true
autoPush = true