95 lines
1.4 KiB
Bash
95 lines
1.4 KiB
Bash
#!/bin/env bash
|
|
|
|
export pkg_utils=(
|
|
"7zip"
|
|
"acpi"
|
|
"alacritty"
|
|
"aria2"
|
|
"awesome-terminal-fonts"
|
|
"bat"
|
|
"blueman"
|
|
"bluez"
|
|
"bluez-utils"
|
|
"brightnessctl"
|
|
"chafa"
|
|
"clang"
|
|
"cmake"
|
|
"cpio"
|
|
"cryptsetup"
|
|
"ddcutil"
|
|
"efibootmgr"
|
|
"envycontrol"
|
|
"eza"
|
|
"fastfetch"
|
|
"fd"
|
|
"ffmpegthumbnailer"
|
|
"foot"
|
|
"fuzzel"
|
|
"fzf"
|
|
"gammastep"
|
|
"ghostscript"
|
|
"gobject-introspection"
|
|
"gparted"
|
|
"grub"
|
|
"gvfs"
|
|
"gvfs-mtp"
|
|
"imagemagick"
|
|
"imlib2"
|
|
"jq"
|
|
"kanshi"
|
|
"lf"
|
|
"libnotify"
|
|
"libreoffice-fresh"
|
|
"lua"
|
|
"lvm2"
|
|
"man-db"
|
|
"meson"
|
|
"mpc"
|
|
"mpd"
|
|
"mpd-mpris"
|
|
"mpv"
|
|
"ncdu"
|
|
"ncmpcpp"
|
|
"ntfs-3g"
|
|
"nwg-look"
|
|
"pacman-contrib"
|
|
"pamixer"
|
|
"pavucontrol"
|
|
"pcmanfm"
|
|
"pipewire"
|
|
"pipewire-pulse"
|
|
"progress"
|
|
"python-gobject"
|
|
"python-pip"
|
|
"python-virtualenv"
|
|
"qpdf"
|
|
"reflector"
|
|
"ripgrep"
|
|
"rsync"
|
|
"sshfs"
|
|
"stow"
|
|
"tesseract"
|
|
"torbrowser-launcher"
|
|
"transmission-cli"
|
|
"noto-fonts"
|
|
"noto-fonts-cjk"
|
|
"noto-fonts-emoji"
|
|
"ttf-jetbrains-mono-nerd"
|
|
"tree"
|
|
"unzip"
|
|
"waybar"
|
|
"wget"
|
|
"woff2-font-awesome"
|
|
"wtype"
|
|
"xarchiver"
|
|
"xdg-user-dirs"
|
|
"yt-dlp"
|
|
"zathura"
|
|
"zathura-pdf-mupdf"
|
|
"zip"
|
|
"zola"
|
|
"zsh"
|
|
"zsh-autosuggestions"
|
|
)
|
|
|