Update configs

This commit is contained in:
2020-07-02 10:30:07 -07:00
parent 787eab75dd
commit f39ffd1b94
2 changed files with 28 additions and 10 deletions

View File

@@ -20,6 +20,7 @@ if [[ $NEEDS_GIT_DIR != 0 ]]; then
git init --bare ~/.git_home/
git-home remote add origin https://gitlab.maxregan.me/max/configs.git
git-home branch master --set-upstream-to origin/master
git-home config status.showUntrackedFiles no
fi
echo "Checking out configs."