[home/hypnos] add wget, tea (gitea-cli)
This commit is contained in:
@@ -59,6 +59,8 @@
|
||||
typst
|
||||
pandoc
|
||||
rsync
|
||||
wget
|
||||
tea
|
||||
|
||||
# NixOS
|
||||
nix-output-monitor
|
||||
|
||||
@@ -34,3 +34,7 @@ fi
|
||||
if command -v opam &> /dev/null; then
|
||||
eval $(opam env)
|
||||
fi
|
||||
|
||||
if command -v tea &> /dev/null; then
|
||||
eval $(tea completion zsh)
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user