Files
dotfiles/Brewfile
Nick Nisi 3fc1ab9d43 add highlight from brew and hl command
hl command accepts syntax type and optionally a filename as arguments.
If a filename is given, it will syntax highlight the file and place the
contents on the clipboard. If no file is given, it will use the contents
of the clipboard.
2014-07-13 12:48:22 -05:00

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