ozeliurs / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChezMoi dotfiles manager

Quick Installation

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply ozeliurs

Routine Usage

Adding a file

chezmoi add .bashrc

Editing a file

chezmoi edit .bashrc

Pushing changes

chezmoi cd
git add .
git commit -m "Add .bashrc"
git push

Pulling changes

chezmoi update

About


Languages

Language:Shell 100.0%