summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-28 09:00:44 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-28 09:00:44 -0400
commit0b082048286b91fb04afc49c991622a2ca3be3fe (patch)
tree641fb0fd7a77ea81f2f6901cf14a6816d4e4014a
parent530ab70f5e57abdded9fed8374d4ab7f548f8383 (diff)
parentdebd8c32c8f21456a9a5806f234889313a02362c (diff)
Merge branch 'master' of github.com:LukeSmithxyz/LARBS
-rw-r--r--larbs.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/larbs.sh b/larbs.sh
index 15edde2..9e90f27 100644
--- a/larbs.sh
+++ b/larbs.sh
@@ -222,6 +222,9 @@ yes | sudo -u "$name" $aurhelper -S libxft-bgra >/dev/null 2>&1
# Install the dotfiles in the user's home directory
putgitrepo "$dotfilesrepo" "/home/$name" "$repobranch"
rm -f "/home/$name/README.md" "/home/$name/LICENSE"
+# make git ignore deleted LICENSE & README.md files
+git update-index --assume-unchanged "/home/$name/README.md"
+git update-index --assume-unchanged "/home/$name/LICENSE"
# Most important command! Get rid of the beep!
systembeepoff