From c1dc488fa6617ac9920e69b14a0648dc4c92552f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Thu, 7 Aug 2025 14:23:58 +0200 Subject: [PATCH] Update package categories --- bs.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bs.sh b/bs.sh index 5a66533..aca006a 100644 --- a/bs.sh +++ b/bs.sh @@ -138,6 +138,7 @@ selectcategories() { "amd" "AMD specific packages" ON \ "anki" "Anki" ON \ "backup" "Packages for backing the system up (borg)" ON \ + "cli" "Command-line utilities" ON \ "crypto" "Cryptocurrencies" ON \ "cysec" "Packages i use for my work in Cybersecurity" ON \ "dumb" "silly things I like to have" ON \ @@ -147,12 +148,14 @@ selectcategories() { "go" "Packages for work with golang" ON \ "gui" "Packages needed for my GUI and dotfiles to work" ON \ "haskell" "Haskell and things needed for it" ON \ + "intel" "Intel specific packages" ON \ "latex" "LaTeX" ON \ "lisp" "All sorts of Lisps" ON \ "lowlev" "Packages for programming in low-level languages (C,C++,Rust,etc)" ON \ "mail" "Mail client and related programs" ON \ "matrix" "Matrix clients" ON \ "ml" "Machine learning" ON \ + "nvidia" "Nvidia specific packages" ON \ "office" "Office packages" ON \ "passwords" "Password manager and related" ON \ "python" "Packages for python programming" ON \ @@ -160,7 +163,7 @@ selectcategories() { "rss" "RSS" ON \ "stats" "Statistics (R)" ON \ "system" "Packages I expect on my system" ON \ - "tcl" "Tcl/Tk and related" ON \ + "theme" "GUI themes" ON \ "torrent" "Torrent clients" ON \ "virtual" "Virtual machine packages" ON \ "webdev" "Web-development" ON \