From f26e32e6cb2da6fe20adaf5a15fd9c9dbdabeb76 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Thu, 9 Apr 2020 21:34:06 +0200 Subject: [PATCH] Add marker --- installation_scripts/i3_update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installation_scripts/i3_update.sh b/installation_scripts/i3_update.sh index ca5099e..de60f2d 100644 --- a/installation_scripts/i3_update.sh +++ b/installation_scripts/i3_update.sh @@ -7,6 +7,8 @@ if [ -z "$BASE_DIR" ]; then exit 1 fi +# Add clones from GitHub {{{ + mkdir -p ~/github_dotfiles if [ -e ~/github_dotfiles/i3-starterpack ]; then if [ "$UPDATE" = 'true' ]; then @@ -23,6 +25,8 @@ else cd ~/github_dotfiles && git clone https://github.com/vivien/i3blocks-contrib.git fi +# }}} + # Add i3 main config {{{ echo "Adding i3/config"