Files
dotfiles/Brewfile
Nick Nisi 750189e86f add gitsh
2014-02-12 19:30:48 -06:00

23 lines
327 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
# gitsh
tap thoughtbot/formulae
install gitsh