Akagi201 / dotfiles

My dotfiles for macOS and Arch Linux, managed with chezmoi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My dotfiles for macOS and Arch Linux, managed with chezmoi

License:Apache License 2.0


Languages

Language:Shell 68.5%Language:Lua 31.5%