Fixed mkdir ~/.i3
This commit is contained in:
parent
fb609dc9bf
commit
c8cda38476
2
sync.sh
2
sync.sh
@ -69,7 +69,7 @@ while getopts ":hbsdtclw" VALUE "$@"; do
|
|||||||
ln -s ${PWD}/gitconfig ~/.gitconfig
|
ln -s ${PWD}/gitconfig ~/.gitconfig
|
||||||
ln -s ${PWD}/bashrc ~/.bashrc
|
ln -s ${PWD}/bashrc ~/.bashrc
|
||||||
ln -s ${PWD}/zshrc ~/.zshrc
|
ln -s ${PWD}/zshrc ~/.zshrc
|
||||||
mkdir ~/.i3
|
mkdir -p ~/.i3
|
||||||
ln -s ${PWD}/i3config ~/.i3/config
|
ln -s ${PWD}/i3config ~/.i3/config
|
||||||
fi
|
fi
|
||||||
if [ "$VALUE" = "l" ] ; then
|
if [ "$VALUE" = "l" ] ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user