install script: detect existing install dir
parent
3dac2142d3
commit
2404c30596
|
@ -4,6 +4,8 @@ BASE=$HOME/.dotfiles
|
||||||
|
|
||||||
if [ ! -d "$BASE" ]; then
|
if [ ! -d "$BASE" ]; then
|
||||||
git clone https://github.com/sundowndev/dotfiles $BASE
|
git clone https://github.com/sundowndev/dotfiles $BASE
|
||||||
|
else
|
||||||
|
echo "dotfiles already installed"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# links
|
# links
|
||||||
|
|
Loading…
Reference in New Issue