Skip to content

Akagi201/dotfiles

Repository files navigation

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

Releases

No releases published

Packages

No packages published