NOTE Refer: https://www.chezmoi.io
[For MacOS]
- Clone this repo into your machine:
git clone --depth 1 git@github.com:chenqingze/dotfiles.git [~/your_dotfiles_path]
NOTE Remember edit dot_gitconfig file with your own git infomation
- apply dotfile
cd ~/your_dotfiles_path && sh ./bootstrap.sh
or
cd ~/your_dotfiles_path && chmod +x bootstrap.sh && ./bootstrap.sh
From time to time you should pull down any updates to these dotfiles, and run
chezmoi update