fix missing virt-manager dep, add rate-mirrors for arch, fix errors in git and fish scripts
This commit is contained in:
parent
2650eff42d
commit
46cdfbe486
5 changed files with 18 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue