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 e94342f26738e54e5c6a5cb08c67a2d9fca41fec
parent ba1ed77a6da6e6f22d4a7c32584eb6401216d8b7
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed, 10 Feb 2016 11:04:49 -0800

also update dotfiles

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

diff --git a/bin/uu b/bin/uu @@ -35,6 +35,10 @@ else exit 1 fi +echo "## Updating dotfiles" +cd ~/code/dotfiles && \ + git pull; cd - + echo "## Updating spacemacs" #git pull --rebase && \ cd ~/.emacs.d && \