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:
J. Fernando Sánchez
2026-02-05 10:44:47 +01:00
parent 1dd84eb214
commit 6cc37ee562
8 changed files with 85 additions and 17 deletions

12
git/.config/git/config Normal file
View File

@@ -0,0 +1,12 @@
[user]
name = J. Fernando Sánchez
email = j@sinpapel.es
[core]
pager = delta
[includeIf "gitdir:~/git/work/tcs/"]
path = tcs.config
[delta]
side-by-side = true

View File

@@ -0,0 +1,3 @@
[user]
name = J. Fernando Sánchez
email = f.sanchez@thechannelstore.tv

View File

@@ -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