From 91fc3d4f95239ede809bf5ccdcd49c1a7789434d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 12 Aug 2015 11:15:45 -0300 Subject: Inception: dotfiles update --- inception | 3 +++ 1 file changed, 3 insertions(+) (limited to 'inception') 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..." -- cgit v1.2.3