dotfiles/.install/packages/base.sh
2024-04-21 12:48:33 +00:00

43 lines
548 B
Bash

packagesPacman=(
"git"
"grep"
"wget"
"curl"
"unzip"
"xclip"
"ripgrep"
"inotify-tools"
"hyprland"
"pipewire"
"wireplumber"
"pipewire-audio"
"pipewire-alsa"
"pipewire-pulse"
"bluez"
"bluez-utils"
"blueman"
"xdg-desktop-portal-wlr"
"xdg-desktop-portal-hyprland"
"python-pywal"
"gtk3"
"gtk4"
"thunar"
"kitty"
"waybar"
"grim"
"slurp"
"swappy"
"cliphist"
"xorg-xrdb"
)
packagesYay=(
"rofi-lbonn-wayland-git"
"swaync"
"swww"
"wlogout"
"nwg-look"
"emote"
"hypridle"
"hyprlock"
)