Add git config
This commit is contained in:
parent
eaf8c3097e
commit
0dc6a32b3b
14
git/.gitconfig
Normal file
14
git/.gitconfig
Normal 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
|
|
@ -12,7 +12,7 @@ if [ "$(lsb_release -si)" = "Fedora" ]; then
|
||||||
set -- "alacritty" "nvim" "scripts" "zsh"
|
set -- "alacritty" "nvim" "scripts" "zsh"
|
||||||
INSTALL="pkg install"
|
INSTALL="pkg install"
|
||||||
elif [ "$(lsb_release -si)" = "Artix" ]; then
|
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"
|
INSTALL="sudo pacman -S"
|
||||||
else
|
else
|
||||||
echo "OS not supported!"
|
echo "OS not supported!"
|
||||||
|
|
Loading…
Reference in a new issue