Run the following command and relax
curl -sL shubham.chaudhary.xyz/dotfiles | bashOr directly with chezmoi:
chezmoi init --apply ylogxIf you were using the old homeshick setup (~/.homesick/repos/dotfiles), run:
cd ~/.homesick/repos/dotfiles && git pull
./install.shThis will automatically:
- Remove old homeshick symlinks
- Move the repo to
~/.dotfiles - Install chezmoi
- Apply all dotfiles
cd ~/.dotfiles && git pull
chezmoi applychezmoi edit ~/.zshrc # edit a dotfile
chezmoi add ~/.newconfig # track a new file
chezmoi diff # preview changes before applying
chezmoi apply # deploy to ~