65 lines
1.0 KiB
Bash
65 lines
1.0 KiB
Bash
packagesPacman=(
|
|
"pacman-contrib"
|
|
"vim"
|
|
"bluez"
|
|
"bluez-utils"
|
|
"neovim"
|
|
"wget"
|
|
"unzip"
|
|
"alacritty"
|
|
"chromium"
|
|
"dunst"
|
|
"starship"
|
|
"mpv"
|
|
"thunar"
|
|
"nautilus"
|
|
"mousepad"
|
|
"noto-fonts"
|
|
"otf-font-awesome"
|
|
"ttf-fira-sans"
|
|
"ttf-fira-code"
|
|
"ttf-firacode-nerd"
|
|
"figlet"
|
|
"vlc"
|
|
"eza"
|
|
"python-pip"
|
|
"python-psutil"
|
|
"python-rich"
|
|
"python-click"
|
|
"python-pywal"
|
|
"python-gobject"
|
|
"pavucontrol"
|
|
"tumbler"
|
|
"papirus-icon-theme"
|
|
"breeze-icons"
|
|
"polkit-gnome"
|
|
"brightnessctl"
|
|
"gum"
|
|
"man-pages"
|
|
"nm-connection-editor"
|
|
"gvfs"
|
|
"xdg-user-dirs"
|
|
"networkmanager"
|
|
"network-manager-applet"
|
|
"xarchiver"
|
|
"thunar-archive-plugin"
|
|
"zip"
|
|
"fuse2"
|
|
"gtk4"
|
|
"libadwaita"
|
|
"xdg-desktop-portal"
|
|
"qalculate-gtk"
|
|
"imagemagick"
|
|
"guvcview"
|
|
"jq"
|
|
"rofi-wayland"
|
|
"fastfetch"
|
|
"blueman"
|
|
);
|
|
|
|
packagesYay=(
|
|
"bibata-cursor-theme"
|
|
"trizen"
|
|
"pacseek"
|
|
);
|