Skip to content

Platane/chezmoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Usage

install chezmoi and your dotfiles with the single command:

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply git@github.com:platane/chezmoi
# add a config file
chezmoi add <file>

# update config files
chezmoi re-add

# push changes
chezmoi cd
git add .
git commit -m .
git push

About

My dotfiles, managed with https://chezmoi.io

Topics

Resources

Stars

Watchers

Forks