Add marker
This commit is contained in:
parent
11e3addbde
commit
f26e32e6cb
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue