global/git: add crypt and agecrypt

This commit is contained in:
Infinidoge 2024-12-07 22:47:30 -05:00
parent a52772bed4
commit a6c5b85a2c
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -3,6 +3,8 @@
home.packages = with pkgs; [
gh
git-absorb
git-crypt
git-agecrypt
(writeScriptBin "git-fzf" ''
git ls-files &> /dev/null
@ -87,8 +89,6 @@
# delete merged branches
bdm = "!git branch --merged | grep -v '*' | xargs -n 1 git branch -d";
crypt = "!git-crypt";
root = "rev-parse --show-toplevel";
fzf = "!git-fzf";
edit = "!git-fzf-edit";