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

📦 feat(git): add radicle package

- 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`
This commit is contained in:
xnm
2025-05-24 23:39:56 +03:00
parent ddb7795d24
commit 6395991cf6
5 changed files with 26 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ if status is-interactive
end
alias cl="clear"
alias rad="rad-tui"
alias lgit="lazygit"
alias ldocker="lazydocker"
alias conf="z ~/.config"

View File

@@ -7,6 +7,9 @@
[includeIf "gitdir:~/work/"]
path = ~/work/.gitconfig.work
[includeIf "gitdir:~/radicle-local-hub/"]
path = ~/radicle-local-hub/.gitconfig.radicle
[core]
excludesfile = ~/.gitignore
pager = delta

View File

@@ -0,0 +1,7 @@
[user]
email = artem.shv@proton.me
name = xnm
signingkey = ~/.radicle/keys/radicle.pub
[core]
sshCommand = "ssh -i ~/.radicle/keys/radicle"