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 cec2c802965091e470429ef91dab274d3096b129
parent 84bd556aaad4f2ba39596d913dc5e3c3f92812ca
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed, 13 Jan 2016 17:25:15 +0100

update kwm

Diffstat:
Mbin/uu | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/bin/uu b/bin/uu @@ -33,4 +33,11 @@ if [[ "$UNAMESTR" == 'Darwin' ]]; then if [[ $REPLY =~ ^[Yy]$ ]]; then brew reinstall --HEAD neovim fi + + read -p "Do you want to update KWM? [y/N] " -n 1 -r + echo + if [[ $REPLY =~ ^[Yy]$ ]]; then + cd ~/code/kwm && git pull && make ; cd - + fi + fi