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:
18
jj/.config/jj/config.toml
Normal file
18
jj/.config/jj/config.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json"
|
||||
|
||||
[user]
|
||||
name = "J. Fernando Sánchez"
|
||||
email = "f.sanchez@thechannelstore.tv"
|
||||
|
||||
[[--scope]]
|
||||
--when.repositories = ["~/git/personal/"]
|
||||
[--scope.user]
|
||||
email = "j@sanchezrada.es"
|
||||
|
||||
[ui]
|
||||
pager = "delta" #":builtin"
|
||||
diff-formatter=":git"
|
||||
|
||||
[merge-tools.delta]
|
||||
diff-args=["--side-by-side", "$left", "$right", "--width=$width"]
|
||||
|
||||
Reference in New Issue
Block a user