Files
dotfiles/install/brew.sh
Nick Nisi 27bf310ecf update install script
* remove unused items
* update to symlink the nginx configuration
* install markdown from homebrew
2015-06-17 14:55:40 +02:00

23 lines
392 B
Bash
Executable File

#!/bin/sh
# cli tools
brew install ack
brew install tree
brew install wget
# development server setup
brew install nginx
brew install dnsmasq
# development tools
brew install git
brew install hub
brew install macvim --override-system-vim
brew install reattach-to-user-namespace
brew install tmux
brew install zsh
brew install highlight
brew install nvm
brew install z
brew instal markdown