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

58 lines
879 B
Bash
Raw Normal View History

2023-12-27 17:19:24 -05:00
packagesPacman=(
"pacman-contrib"
"vim"
2024-04-19 14:43:23 -04:00
"bat"
"fzf"
"zsh"
"fastfetch"
2024-04-19 14:43:23 -04:00
"ranger"
"btop"
2023-12-29 06:37:39 -05:00
"neovim"
2023-12-27 17:19:24 -05:00
"wget"
"unzip"
"alacritty"
"dunst"
2023-12-27 17:19:24 -05:00
"starship"
"mpv"
2024-05-22 11:06:47 -04:00
"thunar"
"nautilus"
"noto-fonts"
"otf-font-awesome"
"ttf-fira-sans"
2024-05-26 18:24:11 -04:00
"ttf-fira-code"
"ttf-firacode-nerd"
"ttf-firacode-nerd"
"figlet"
"vlc"
"eza"
"python-pip"
"python-psutil"
"python-rich"
2024-04-29 07:29:28 -04:00
"python-pywal"
"pavucontrol"
"tumbler"
2023-12-27 17:19:24 -05:00
"papirus-icon-theme"
"gum"
"man-pages"
2024-01-05 13:18:29 -05:00
"gvfs"
"xdg-user-dirs"
2024-05-29 03:01:18 -04:00
"xdg-desktop-portal-gtk"
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"
2024-02-19 15:32:23 -05:00
"xdg-desktop-portal"
"qalculate-gtk"
"imagemagick"
2024-04-28 06:19:31 -04:00
"jq"
2024-04-28 06:24:22 -04:00
"rofi-wayland"
2024-05-07 15:02:31 -04:00
"fastfetch"
2023-12-27 17:19:24 -05:00
);
packagesYay=(
"vimix-cursors"
"orchis-theme"
2024-06-06 00:57:18 -04:00
"trizen"
"google-chrome"
2023-12-27 17:19:24 -05:00
);