Hyprland-dotfiles/.install/general-packages.sh

50 lines
799 B
Bash
Raw Normal View History

2023-12-27 17:19:24 -05:00
packagesPacman=(
"pacman-contrib"
"vim"
2023-12-29 06:37:39 -05:00
"neovim"
2023-12-27 17:19:24 -05:00
"wget"
"unzip"
"alacritty"
"rofi"
"chromium"
"dunst"
"starship"
"neovim"
"mpv"
"freerdp"
"xfce4-power-manager"
"thunar"
"mousepad"
"ttf-font-awesome"
"otf-font-awesome"
"ttf-fira-sans"
"ttf-fira-code"
"ttf-firacode-nerd"
"figlet"
"vlc"
"eza"
"python-pip"
"python-psutil"
"python-rich"
"python-click"
"pavucontrol"
"tumbler"
"xautolock"
"blueman"
"papirus-icon-theme"
"polkit-gnome"
"qalculate-gtk"
"brightnessctl"
"gum"
"man-pages"
"xdg-desktop-portal"
);
packagesYay=(
"pfetch"
"bibata-cursor-theme"
"trizen"
"pacseek"
"sddm-sugar-candy-git"
);