Add marker

This commit is contained in:
flyingscorpio@arch-desktop 2020-04-09 21:34:06 +02:00
parent 11e3addbde
commit f26e32e6cb

View file

@ -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"