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.
24 lines
345 B
Ruby
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
|