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

58 lines
880 B
Bash
Raw Normal View History

2023-12-27 23:19:24 +01: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 12:37:39 +01:00
"neovim"
2023-12-27 23:19:24 +01:00
"wget"
"unzip"
"alacritty"
"dunst"
2023-12-27 23:19:24 +01:00
"starship"
"mpv"
2024-05-22 17:06:47 +02: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 13:29:28 +02:00
"python-pywal"
"pavucontrol"
"tumbler"
2023-12-27 23:19:24 +01:00
"papirus-icon-theme"
"gum"
"man-pages"
2024-01-05 19:18:29 +01:00
"gvfs"
"xdg-user-dirs"
# "xdg-desktop-portal-gtk"
2024-02-16 08:02:26 +01:00
"xarchiver"
"thunar-archive-plugin"
2024-02-19 09:00:59 +01:00
"zip"
2024-01-24 11:43:49 +01:00
"fuse2"
2024-02-19 21:32:23 +01:00
"xdg-desktop-portal"
"qalculate-gtk"
"imagemagick"
2024-04-28 12:19:31 +02:00
"jq"
2024-04-28 12:24:22 +02:00
"rofi-wayland"
2024-05-07 21:02:31 +02:00
"fastfetch"
2023-12-27 23:19:24 +01:00
);
packagesYay=(
"vimix-cursors"
"orchis-theme"
2024-06-06 00:57:18 -04:00
"trizen"
"google-chrome"
2023-12-27 23:19:24 +01:00
);