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 6351975b2b2ac58bfcc2da0280d96c1221444295
parent 827f2ceba51b1ec8dd07f5e1155a1105f84f7ed3
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Mon, 18 Dec 2017 09:34:31 -0500

Also upgrade brew casks :beer:

Diffstat:
Mlinks/bin/uu | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/links/bin/uu b/links/bin/uu @@ -13,6 +13,7 @@ elif [[ "$UNAMESTR" == 'Darwin' ]]; then brew analytics off brew update && \ brew upgrade && \ + brew cask upgrade && \ brew cleanup else echo "Platform not supported"