27 lines
313 B
Bash
27 lines
313 B
Bash
packagesPacman=(
|
|
"zsh"
|
|
"bitwarden"
|
|
"firefox"
|
|
"git"
|
|
"github-cli"
|
|
"lazygit"
|
|
"neofetch"
|
|
"neovim"
|
|
"ttf-jetbrains-mono-nerd"
|
|
"wget"
|
|
"curl"
|
|
"xclip"
|
|
"ripgrep"
|
|
"waybar"
|
|
"swaylock"
|
|
"swayidle"
|
|
)
|
|
|
|
packagesYay=(
|
|
)
|
|
|
|
packagesBrew=(
|
|
"zsh-autosuggestions"
|
|
"zsh-syntax-highlighting"
|
|
"asdf"
|
|
)
|