Add git config and several pkgs
I've added the config to symlink my dotfiles .git like I used to do with stow.
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
[user]
|
||||
name = J. Fernando Sánchez
|
||||
email = balkian@gmail.com
|
||||
email = j@sanchezrada.es
|
||||
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
tool = delta
|
||||
[alias]
|
||||
d = difftool
|
||||
|
||||
[includeIf "gitdir:~/git/work/tcs"]
|
||||
path = ~/.config/git/tcs.config
|
||||
|
||||
[include]
|
||||
path = ~/.gitconfig_secret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user