„.scripts/install.sh“ ändern

This commit is contained in:
templis 2021-01-08 04:50:46 +01:00
parent 89bf6f0215
commit 46917cfe91
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
git clone https://git.opennerds.org/templis/dotconfs.git $HOME/.cfg
git clone --bare https://git.opennerds.org/templis/dotconfs.git $HOME/.cfg
function config {
$(which git) --git-dir=$HOME/.cfg/ --work-tree=$HOME $@
}