diff options
author | Mathias Bynens <mathias@qiwi.be> | 2014-04-15 16:22:52 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-04-15 16:22:52 +0200 |
commit | 9f0a48300f2fcd450f71318da318e2a8c613f37f (patch) | |
tree | 9d9a813470cc49eee8d9521d5ef6783964dc88d0 /Brewfile | |
parent | 7fef769f9c48694c549c204d4631f741801f3acf (diff) | |
download | dotfiles-9f0a48300f2fcd450f71318da318e2a8c613f37f.tar.gz dotfiles-9f0a48300f2fcd450f71318da318e2a8c613f37f.tar.bz2 dotfiles-9f0a48300f2fcd450f71318da318e2a8c613f37f.zip |
Brewfile: Install some more useful tools
Diffstat (limited to 'Brewfile')
-rwxr-xr-x | Brewfile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -37,19 +37,22 @@ install josegonzalez/homebrew-php/php55 # Install other useful binaries install ack -install pv #install exiv2 +install foremost install git install imagemagick --with-webp install lynx +install nmap install node +install p7zip install pigz +install pv install rename install rhino +install sqlmap install tree install webkit2png install zopfli -install p7zip install homebrew/versions/lua52 |