diff options
author | Mathias Bynens <mathias@qiwi.be> | 2014-03-02 08:28:32 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-03-02 08:28:32 +0100 |
commit | 9c9ca938c14ffbdb526ab58b75de78536e21162e (patch) | |
tree | 8cea1bc42291f813f40389084481c85cbf7292a3 /Brewfile | |
parent | c8c23fb4c5bf58a98e28fc5c73fb64d13644deab (diff) | |
download | dotfiles-9c9ca938c14ffbdb526ab58b75de78536e21162e.tar.gz dotfiles-9c9ca938c14ffbdb526ab58b75de78536e21162e.tar.bz2 dotfiles-9c9ca938c14ffbdb526ab58b75de78536e21162e.zip |
Brewfile: install `pv` (pipe viewer)
Hat tip: @chastell / http://talks.chastell.net/kodio-2014/#/39
Diffstat (limited to 'Brewfile')
-rwxr-xr-x | Brewfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ install php55 # Install other useful binaries install ack +install pv #install exiv2 install git install imagemagick --with-webp |