diff --git a/sync.sh b/sync.sh index aaa03b7..bdeb04d 100755 --- a/sync.sh +++ b/sync.sh @@ -69,7 +69,7 @@ while getopts ":hbsdtclw" VALUE "$@"; do ln -s ${PWD}/gitconfig ~/.gitconfig ln -s ${PWD}/bashrc ~/.bashrc ln -s ${PWD}/zshrc ~/.zshrc - mkdir ~/.i3 + mkdir -p ~/.i3 ln -s ${PWD}/i3config ~/.i3/config fi if [ "$VALUE" = "l" ] ; then