Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 627 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 627 Bytes

dotfiles

Chezmoi CI

Tools

brew install chezmoi
sudo pacman -S chezmoi

Init

chezmoi init https://github.com/Akagi201/dotfiles.git

Add a new dotfile to chezmoi

chezmoi add ~/.zshrc

Edit chezmoi dot files

chezmoi cd
# edit dot_files with your favorite editor

Apply chezmoi dotfiles to HOME dir

chezmoi diff
chezmoi apply -v .zshrc

Push to github

chezmoi cd
git add .
git commit -m "xxx"
git push