dotfiles/.install/packages/general.sh
2024-04-21 13:52:28 +00:00

32 lines
381 B
Bash

packagesPacman=(
"zsh"
"bitwarden"
"firefox"
"github-cli"
"lazygit"
"neofetch"
"neovim"
"ttf-jetbrains-mono-nerd"
"btop"
"cmatrix"
"discord"
"caprine"
"obsidian"
"glow"
"lutris"
"steam"
)
packagesYay=(
"cava"
"emote"
"spotify"
"spicetify-cli"
)
packagesBrew=(
"zsh-autosuggestions"
"zsh-syntax-highlighting"
"asdf"
"lazydocker"
)