Add setup-git to justfile
This commit is contained in:
parent
07640cf32c
commit
700ffd2c9f
1 changed files with 7 additions and 0 deletions
7
justfile
7
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
|
||||
|
|
Loading…
Add table
Reference in a new issue