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"