dotfiles-remastered/.config/metapkg/PKGBUILD
2023-12-01 23:56:54 +01:00

75 lines
1.0 KiB
Bash

# Run: makepkg -s
pkgname=metapkg
pkgver=1.0
pkgrel=1
pkgdesc="Meta package for installing all my packages. Does not include AUR packages or hardware specific packages"
arch=('any')
url="https://git.kapelle.org/niklas/dotfiles-remastered"
depends=(
# Desktop apps
alacritty
code
firefox
imv
mpv
pavucontrol
thunar
thunderbird
# DE
greetd-tuigreet
hyprland
hyprpaper
libnotify
pipewire-alsa
pipewire-jack
pipewire-pulse
wireplumber
gvfs
playerctl
xdg-desktop-portal-hyprland
wl-clipboard
# CLI
bat
duf
entr
exa
fzf
git-delta
htop
jq
neovim
pkgfile
pulsemixer
rsync
sl
trash-cli
zsh-autosuggestions
zsh-completions
zsh-syntax-highlighting
zsh-theme-powerlevel10k
# system
sudo
zip
unzip
arch-wiki-docs
docker
flatpak
gamemode
git
networkmanager
ntfs-3g
ttf-hack
ttf-hack-nerd
ttf-dejavu
xdg-user-dirs
)
optdepends=()