From 7270453f7cc15a9d8766d7fbad9bf878e3db0e1c Mon Sep 17 00:00:00 2001 From: Marten Kante <43725244+TiynGER@users.noreply.github.com> Date: Fri, 3 Apr 2020 23:09:00 +0200 Subject: [PATCH] Update larbs.sh --- larbs.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/larbs.sh b/larbs.sh index 780e49a..93522ec 100644 --- a/larbs.sh +++ b/larbs.sh @@ -199,6 +199,10 @@ manualinstall $aurhelper || error "Failed to install AUR helper." # and all build dependencies are installed. installationloop +# install dotfiles as bare repo to easily update +git clone --bare $dotfilesrepo /home/$USER/.dotfiles +git --git-dir=/home/$USER/.dotfiles/ --work-tree=/home/$USER checkout -f + # Pulseaudio, if/when initially installed, often needs a restart to work immediately. [ -f /usr/bin/pulseaudio ] && resetpulse