mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00

- add `radicle` package - add `radicle-tui` package - create fish alias for `rad-tui` - add radicle config template `radicle.nix` - add `.gitconfig.radicle` to `.gitconfig` - create directory for radicle projects with its `.gitconfig.radicle`
28 lines
471 B
INI
28 lines
471 B
INI
[include]
|
|
path = ~/.config/delta/catppuccin.gitconfig
|
|
|
|
[includeIf "gitdir:~/projects/"]
|
|
path = ~/projects/.gitconfig.personal
|
|
|
|
[includeIf "gitdir:~/work/"]
|
|
path = ~/work/.gitconfig.work
|
|
|
|
[includeIf "gitdir:~/radicle-local-hub/"]
|
|
path = ~/radicle-local-hub/.gitconfig.radicle
|
|
|
|
[core]
|
|
excludesfile = ~/.gitignore
|
|
pager = delta
|
|
|
|
[gpg]
|
|
format = ssh
|
|
|
|
[commit]
|
|
gpgsign = true
|
|
|
|
[interactive]
|
|
diffFilter = delta --color-only
|
|
|
|
[delta]
|
|
features = catppuccin-macchiato
|