From 46917cfe915c5df50bdc8526832a11f7589cca15 Mon Sep 17 00:00:00 2001 From: templis Date: Fri, 8 Jan 2021 04:50:46 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.scripts/install.sh=E2=80=9C=20=C3=A4n?= =?UTF-8?q?dern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ }