add direnv hook and sops

This commit is contained in:
Joseph Hanson 2023-12-27 08:47:51 -06:00
parent c23122b4da
commit 3359dfc8b7

View file

@ -35,8 +35,9 @@
du = "du -h"; du = "du -h";
}; };
shellInit = '' shellInit = ''
/etc/profiles/per-user/jahanson/bin/rtx hook-env | source rtx hook-env | source
/etc/profiles/per-user/jahanson/bin/rtx activate fish | source rtx activate fish | source
direnv hook fish | source
''; '';
functions = { functions = {
fish_greeting = { fish_greeting = {
@ -67,6 +68,7 @@
yq-go # yaml processer https://github.com/mikefarah/yq yq-go # yaml processer https://github.com/mikefarah/yq
fzf # A command-line fuzzy finder fzf # A command-line fuzzy finder
age # sops-age encryption age # sops-age encryption
sops
direnv # shell environment management direnv # shell environment management
# networking tools # networking tools