Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 542 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 542 Bytes

dotfiles

My dotfiles, set up using Dotbot.

Other things you'll need to do

  1. Set zsh as default shell: chsh -s /bin/zsh.
  2. Install homebrew.
  3. Clone repo - git clone https://github.com/lishaduck/dotfiles && cd dotfiles
  4. Run the bootstrapper - ./install.

Idempotence

Once you've made updates, run osh 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.