From: Silvio Rhatto Date: Wed, 12 Aug 2015 14:15:45 +0000 (-0300) Subject: Inception: dotfiles update X-Git-Tag: 1.0.0~204 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=91fc3d4f95239ede809bf5ccdcd49c1a7789434d;p=rhatto%2Fapps.git Inception: dotfiles update --- diff --git a/inception b/inception index 184b983..4191b6d 100755 --- a/inception +++ b/inception @@ -18,6 +18,9 @@ if [ -z "$1" ] || [ "$1" == "init" ]; then if [ ! -e "$HOME/.dotfiles" ]; then echo "Cloning default dotfiles..." ./metadot/metadot clone default + else + echo "Updating dotfiles..." + ./metadot/metadot update fi echo "Checking latest tag..."