feat(config,cli): add packages and fix os find

This commit is contained in:
Patryk Hegenberg 2024-12-27 08:17:25 +01:00
parent 537c823015
commit adce222433
2 changed files with 152 additions and 41 deletions

View file

@ -5,24 +5,61 @@ headless = [
"git",
"curl",
"wget",
"zathura",
"ripgrep",
"bottom",
"bat",
"biber",
"bear",
"docker",
"docker-compose",
"fd",
"bat",
"lazygit",
"lsd",
]
non_headless = [
"discord",
"flameshot",
"fuzzel",
"google-chrome",
"hyprcursor",
"hypridle",
"hyprland",
"hyprland-qtutils",
"hyprlock",
"hyprpaper",
"hyprutils",
"kitty",
"mako",
"mpv",
"neovide",
"pidgin",
"remmina",
"spotify",
"thunderbird",
"thunderbird-i18n-de",
"virt-manager",
"vlc",
"waybar",
"xdg-desktop-portal-hyprland",
"zathura",
"zathura-mu-pdf",
"zoom",
"zotero",
"android-studio"
]
[special_packages]
go = [
"github.com/jesseduffield/lazygit",
# "github.com/jesseduffield/lazygit",
"github.com/stefanlogue/meteor",
"golang.org/x/tools/gopls",
"github.com/go-delve/delve/cmd/dlv",
# "golangci-lint",
]
cargo = [
"ripgrep",
"bat"
"git-cliff",
]
pipx = [