From d413bd27d12a6baec2b4a3f08f76c125bed21cc8 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Sat, 4 Jul 2020 22:37:34 +0200 Subject: [PATCH] Updated bootstrap.sh (again) --- bootstrap.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 0af9347..45820a5 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -49,6 +49,9 @@ df_update () { git submodule init git submodule update git submodule foreach git pull origin master + + # Copy files from init to scripts basedir + cp init/nord-dircolors/src/dir_colors ./.dir_colors } # Deploy files to ~ @@ -79,10 +82,6 @@ list) ######################## bootstrap.sh DEPLOY ######################## deploy) - - # Copy files from init to scripts basedir - cp init/nord-dircolors/src/dir_colors ./.dir_colors - df_deploy ;; ######################## bootstrap.sh UPDATE ########################