dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 6f30a00a5a1c396e063a06cac227c4e409e708ef
parent 2ff7ad7814577949acb44cebb25e6b12676ed571
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Wed, 30 Nov 2016 09:25:18 -0800

add wireshark with GUI

Diffstat:
Mosx-install.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/osx-install.sh b/osx-install.sh @@ -71,6 +71,7 @@ brews=( \ "w3m"\ "watch"\ "wget"\ + "wireshark --with-lua --with-qt5"\ "youtube-dl"\ "zsh" )