Dev tool setup for new environment. Tested on macOS. What this does:
- Configures
zshrc
- Configures
vim
withVundle
plugins andsolarized
color mapping - Configures
tmux
withvim
-compatible quick navigations as suggested by Keegan Lowenstein
- Install oh-my-zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- Install homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Clone this repo and run
./install.sh