Make changes found in later commits on Omakub

This commit is contained in:
2024-06-09 17:45:46 -05:00
parent f8962e9ec7
commit ff33be3b5f
15 changed files with 34 additions and 25 deletions

View File

@ -7,8 +7,8 @@ git config --global pull.rebase true
# Set git editor and user
git config --global core.editor "nvim"
git config --global user.name "gibbyb"
git config --global user.email "gib@gibbyb.com"
git config --global user.name $GH_USERNAME
git config --global user.email $GH_EMAIL
# Sign in to GitHub
gh auth login