diff --git a/justfile b/justfile index 7676c4a..38c2426 100644 --- a/justfile +++ b/justfile @@ -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