mv(git): git config to .config/git
This commit is contained in:
parent
21bc66a15c
commit
afb2051e8b
@ -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
|
||||||
2
install
2
install
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user