From fbf0eab195b33248014537dda804b847275db1ec Mon Sep 17 00:00:00 2001 From: TiynGER <43725244+TiynGER@users.noreply.github.com> Date: Tue, 1 Oct 2019 17:06:40 +0200 Subject: [PATCH] 0.0.9 preparation for switching dotfiles --- VERSION.txt | 2 +- larbs.sh | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 7d6b3eb..429d94a 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.0.8 \ No newline at end of file +0.0.9 \ No newline at end of file diff --git a/larbs.sh b/larbs.sh index 48bd34f..421cc37 100644 --- a/larbs.sh +++ b/larbs.sh @@ -199,12 +199,6 @@ manualinstall $aurhelper || error "Failed to install AUR helper." # and all build dependencies are installed. installationloop -# Install the dotfiles in the user's home directory -echo "alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'" >> $HOME/.bashrc -echo ".cfg" >> $HOME/.gitignore -git clone --bare "$dotfilesrepo" $HOME/.dotfiles -rm -f "/home/$name/README.md" "/home/$name/LICENSE" - # Install the LARBS Firefox profile in ~/.mozilla/firefox/ putgitrepo "https://github.com/LukeSmithxyz/mozillarbs.git" "/home/$name/.mozilla/firefox"