[+] Devbox package manager

Closes #137
This commit is contained in:
Azalea 2023-06-15 06:51:56 -07:00
parent 60b4b925d3
commit 50abc68f0d

View file

@ -2064,6 +2064,9 @@ get_packages() {
# This is the only standard location for appimages.
# See: https://github.com/AppImage/AppImageKit/wiki
manager=appimage && has appimaged && dir ~/.local/bin/*.[Aa]pp[Ii]mage
# Has devbox & is initialized
has devbox && [[ "$(devbox global list)" != *"not activated"* ]] && tot devbox global list
;;
"Mac OS X"|"macOS"|MINIX)