mv(git): git config to .config/git

This commit is contained in:
TheK4n 2023-10-23 14:24:49 +03:00 committed by Thek4n
parent 21bc66a15c
commit afb2051e8b
4 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
[core]
excludesfile = ~/.gitignore
excludesfile = ~/.config/git/ignore
editor = nvim
fileMode = false
hooksPath = ~/.githooks
hooksPath = ~/.config/git/hooks
[init]
defaultBranch = master

View File

@ -15,7 +15,7 @@ declare -A TARGETS=(
["alacritty"]=".config/alacritty"
["nvim"]=".config/nvim .local/bin/vim_askpass_helper .local/bin/vim_askpass_helper_python"
["ssh"]=""
["git"]=".gitconfig .githooks .gitignore"
["git"]=".config/git"
["ranger"]=".config/ranger"
["gpg"]=""
["i3"]=".config/i3 .config/i3status .local/bin/i3status_wrapper .config/picom .local/bin/slm"