From 50abc68f0dae6c02332f20d13e7c34828011a756 Mon Sep 17 00:00:00 2001 From: Azalea Date: Thu, 15 Jun 2023 06:51:56 -0700 Subject: [PATCH] [+] Devbox package manager Closes #137 --- neofetch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/neofetch b/neofetch index 8250da88..9da08426 100755 --- a/neofetch +++ b/neofetch @@ -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)