The dotfiles that I use in my development environment
Only run this once when setting up apps
xcode-select --install
# Follow instructions...
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Follow instructions...
# Then run
brew bundle -v
# To install useful key bindings and fuzzy completion:
$(brew --prefix)/opt/fzf/install
# To install oh my zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Run:
./bootstrap.sh
This will create symlinks of the dotfiles in this repo to your home directory. Run this command again if editing/adding files.