Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 295 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 295 Bytes

Collections of my dotfiles

Deploy

# manually install chezmoi if needed 
mkdir -p ~/.bin
cd ~/.bin

sh -c "$(curl -fsLS git.io/chezmoi)"
export -U PATH=$HOME/.bin/:$PATH

chezmoi init --apply marianozunino

To preview the change,

chezmoi apply --dry-run --verbose