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