]> gitweb.fluxo.info Git - rhatto/apps.git/commitdiff
Inception: dotfiles update
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 12 Aug 2015 14:15:45 +0000 (11:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 12 Aug 2015 14:15:45 +0000 (11:15 -0300)
inception

index 184b983a66c904cb0cd42b6e05fed25fe7714fb2..4191b6d0229f89bd0ee605fc14419157b205945a 100755 (executable)
--- 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..."