dotfiles/.install/packages/general.sh
2024-04-15 00:52:47 +00:00

29 lines
351 B
Bash

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