My dotfiles, set up using Dotbot.
- Set zsh as default shell:
chsh -s /bin/zsh
. - Install Homebrew.
- Clone repo -
git clone https://github.com/lishaduck/dotfiles.git && cd dotfiles
- Run the bootstrapper -
./install
.
Once you've made updates, run ./install
to reinstall everything.
You can safely run this as many times you want,
and it shouldn't need any intervention, i.e., there're no sudo
prompts.