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

64 lines
1.0 KiB
Bash
Raw Normal View History

2023-12-27 17:19:24 -05:00
packagesPacman=(
"pacman-contrib"
"vim"
2024-01-06 15:17:54 -05:00
"bluez"
"bluez-utils"
2023-12-29 06:37:39 -05:00
"neovim"
2023-12-27 17:19:24 -05:00
"wget"
"unzip"
"alacritty"
"chromium"
"dunst"
"starship"
"mpv"
"freerdp"
"thunar"
2024-01-05 07:31:12 -05:00
"mousepad"
"noto-fonts"
2023-12-27 17:19:24 -05:00
"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"
"blueman"
"papirus-icon-theme"
2024-02-01 07:04:53 -05:00
"breeze-icons"
2023-12-27 17:19:24 -05:00
"polkit-gnome"
"brightnessctl"
"gum"
"man-pages"
2024-01-01 05:40:15 -05:00
"nm-connection-editor"
2024-01-05 13:18:29 -05:00
"gvfs"
"xdg-user-dirs"
2024-01-07 09:45:51 -05:00
"networkmanager"
"network-manager-applet"
2024-02-16 02:02:26 -05:00
"xarchiver"
"thunar-archive-plugin"
2024-02-19 03:00:59 -05:00
"zip"
2024-01-24 05:43:49 -05:00
"fuse2"
"gtk4"
"libadwaita"
2024-02-19 12:14:24 -05:00
"python-pywal"
2024-02-19 15:32:23 -05:00
"xdg-desktop-portal"
"qalculate-gtk"
"imagemagick"
2024-03-01 12:32:57 -05:00
"guvcview"
2024-04-28 06:19:31 -04:00
"jq"
2023-12-27 17:19:24 -05:00
);
packagesYay=(
"pfetch"
"bibata-cursor-theme"
"trizen"
"pacseek"
2024-03-20 04:14:36 -04:00
"rofi-lbonn-wayland"
2023-12-27 17:19:24 -05:00
);