Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 684 Bytes

File metadata and controls

32 lines (21 loc) · 684 Bytes

David's Dotfiles

We're now using dotbot!

Fresh Install

On a fresh macOS install, open a terminal and run:

curl -fsSL https://raw.githubusercontent.com/snappy316/dotfiles/main/install | zsh

Or, to skip the profile prompt:

curl -fsSL https://raw.githubusercontent.com/snappy316/dotfiles/main/install | zsh -s work

Once it's done, restart the computer, then follow the instructions in POST-INSTALL.

Re-run / Update

cd ~/.dotfiles
./install [work|personal]

If there's just a Homebrew update that's been made, run this:

brew bundle --file=profiles/common/Brewfile --no-upgrade