system_setup_tool/config.toml

83 lines
1.1 KiB
TOML

headless = false
[packages]
headless = [
"git",
"curl",
"wget",
"ripgrep",
"bottom",
"bat",
"biber",
"bear",
"docker",
"docker-compose",
"fd",
"lsd",
"zsh",
"oh-my-posh",
"jq",
"neofetch",
"neovim",
"helix",
"npm",
"stow",
"task",
"timew",
"typst",
"typst-lsp",
"tree-sitter-cli",
"tmux",
"zoxide",
]
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/stefanlogue/meteor",
"golang.org/x/tools/gopls",
"github.com/go-delve/delve/cmd/dlv",
"github.com/air-verse/air"
]
cargo = [
"git-cliff",
]
pipx = [
"harlequin",
"posting",
"euporie",
]