dotfiles/.install/packages/general.sh
2024-03-15 23:37:44 -05:00

43 lines
532 B
Bash

packagesPacman=(
"grep"
"thunar"
"zsh"
"bitwarden"
"firefox"
"git"
"github-cli"
"lazygit"
"neofetch"
"neovim"
"ttf-jetbrains-mono-nerd"
"wget"
"curl"
"xclip"
"ripgrep"
"waybar"
"hypridle"
"hyprlock"
"btop"
"dunst"
"cmatrix"
"swappy"
"spotify-launcher"
"discord"
"caprine"
"obsidian"
"qt-quickcontrols"
"qt-quickcontrols2"
"qt5-graphicaleffects"
"qt5-svg"
)
packagesYay=(
"cava"
"emote"
)
packagesBrew=(
"zsh-autosuggestions"
"zsh-syntax-highlighting"
"asdf"
)