Add setup-git to justfile

This commit is contained in:
pancakes 2024-06-19 15:44:50 +10:00
parent 07640cf32c
commit 700ffd2c9f
No known key found for this signature in database
GPG key ID: ED53D426432B861B

View file

@ -83,6 +83,13 @@ setup-code:
setup-flatpak:
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
# Set up git global config. Still need to manually set user.signingkey
setup-git:
git config --global commit.gpgsign true
git config --global init.defaultBranch "main"
git config --global user.email "trypancakes@tutanota.com"
git config --global user.name "pancakes"
# Installs mpv scripts
setup-mpv:
mkdir -p ~/.config/mpv/scripts