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