dotfiles/.install/packages/general.sh

31 lines
407 B
Bash

packagesPacman=(
"zsh"
"bitwarden"
"firefox"
"github-cli"
"lazygit"
"neofetch"
"neovim"
"ttf-jetbrains-mono-nerd"
"btop"
"cmatrix"
"spotify-launcher"
"discord"
"caprine"
"obsidian"
"qt-quickcontrols"
"qt-quickcontrols2"
"qt5-graphicaleffects"
"qt5-svg"
)
packagesYay=(
"cava"
"emote"
)
packagesBrew=(
"zsh-autosuggestions"
"zsh-syntax-highlighting"
"asdf"
)