Files
dotfiles/Brewfile
2014-09-07 16:52:55 -05:00

26 lines
367 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
install z
# gitsh
tap thoughtbot/formulae
install gitsh