fix missing virt-manager dep, add rate-mirrors for arch, fix errors in git and fish scripts

This commit is contained in:
askiiart 2024-06-02 13:57:01 -05:00
parent 2650eff42d
commit 46cdfbe486
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
5 changed files with 18 additions and 5 deletions

View file

@ -42,6 +42,9 @@ git config --global user.email "${GIT_EMAIL}"
git config --global commit.gpgsign true
git config --global user.signingkey ${KEY_ID}
# other git settings
git config --global init.defaultBranch main
# From https://superuser.com/a/954639
# Archived at https://web.archive.org/web/20230606153856/https://superuser.com/a/954639
echo Fixing .gnupg/ permissions