dotfiles/.install/packages/general.sh
2024-03-02 22:33:15 -05:00

31 lines
352 B
Bash

packagesPacman=(
"thunar"
"zsh"
"bitwarden"
"firefox"
"git"
"github-cli"
"lazygit"
"neofetch"
"neovim"
"ttf-jetbrains-mono-nerd"
"wget"
"curl"
"xclip"
"ripgrep"
"waybar"
"hypridle"
"hyprlock"
"btop"
"dunst"
)
packagesYay=(
"cava"
)
packagesBrew=(
"zsh-autosuggestions"
"zsh-syntax-highlighting"
"asdf"
)