Files
dotfiles/Brewfile
Nick Nisi 665ee74425 remove nvm submodule and add it from brew
Move nvm to be managed under Homebrew so it's easier to keep updated and
because having it in the dotfiles and then symlinked into the home
directory appears to cause issues with too many symlinks
2014-08-18 09:03:42 -05:00

25 lines
357 B
Ruby

# give me what I need, brew!
# cli tools
install ack
install tree
install wget
# development server setup
install nginx
install dnsmasq
# development tools
install git
install hub
install macvim --override-system-vim
install reattach-to-user-namespace
install tmux
install zsh
install highlight
install nvm
# gitsh
tap thoughtbot/formulae
install gitsh