Add git config

This commit is contained in:
Sam A. 2023-02-08 17:39:04 +01:00
parent eaf8c3097e
commit 0dc6a32b3b
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
2 changed files with 15 additions and 1 deletions

14
git/.gitconfig Normal file
View File

@ -0,0 +1,14 @@
[user]
name = "Sam Al-Sapti"
email = "sam@sapti.me"
signingkey = "0x3FC96B835B918FC3"
[color]
ui = true
[init]
defaultBranch = "main"
[log]
showSignature = true
[commit]
gpgsign = true
[push]
autoSetupRemote = true

View File

@ -12,7 +12,7 @@ if [ "$(lsb_release -si)" = "Fedora" ]; then
set -- "alacritty" "nvim" "scripts" "zsh"
INSTALL="pkg install"
elif [ "$(lsb_release -si)" = "Artix" ]; then
set -- "alacritty" "mako" "nvim" "scripts" "sway" "swaylock" "swaynag" "waybar" "zsh"
set -- "alacritty" "git" "mako" "nvim" "scripts" "sway" "swaylock" "swaynag" "waybar" "zsh"
INSTALL="sudo pacman -S"
else
echo "OS not supported!"