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 c39a77d73e68e2718351a8265a6317468e480f40
parent 9c4b20e53a2f58c3f5669bf470b9391c21bdb569
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Thu,  2 Jun 2016 13:44:48 -0700

add w3m

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

diff --git a/osx-install.sh b/osx-install.sh @@ -104,6 +104,7 @@ casks=("adobe-reader"\ "transmission"\ "virtualbox"\ "vlc"\ + "w3m"\ "xquartz" ) read -p "Do you want to install brew casks? [y/n] " -n 1 -r