diff --git a/.scripts/install.sh b/.scripts/install.sh index 8c8b5df..5186e30 100644 --- a/.scripts/install.sh +++ b/.scripts/install.sh @@ -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 $@ }