minor changes

This commit is contained in:
Solomon Laing 2021-08-29 19:56:41 +09:30
parent 9c41d25efe
commit a11c5f6a43

View File

@ -31,11 +31,9 @@ function config {
/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $@
}
if [ -d $HOME/.cfg ]; then
sudo rm -rf $HOME/.cfg
fi
if [ ! -d $HOME/.cfg ]; then
git clone --bare https://gitlab.inkletblot.com/inkletblot/config.git $HOME/.cfg
fi
echo "