mv(git): git config to .config/git
This commit is contained in:
parent
21bc66a15c
commit
afb2051e8b
@ -1,8 +1,8 @@
|
||||
[core]
|
||||
excludesfile = ~/.gitignore
|
||||
excludesfile = ~/.config/git/ignore
|
||||
editor = nvim
|
||||
fileMode = false
|
||||
hooksPath = ~/.githooks
|
||||
hooksPath = ~/.config/git/hooks
|
||||
|
||||
[init]
|
||||
defaultBranch = master
|
||||
2
install
2
install
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user