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] [core]
excludesfile = ~/.gitignore excludesfile = ~/.config/git/ignore
editor = nvim editor = nvim
fileMode = false fileMode = false
hooksPath = ~/.githooks hooksPath = ~/.config/git/hooks
[init] [init]
defaultBranch = master defaultBranch = master

View File

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