Files
dotfiles/Brewfile
2014-01-20 21:47:47 -06:00

19 lines
280 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