This commit is contained in:
2025-08-13 21:46:48 +02:00
commit c3e2e6509b
818 changed files with 54187 additions and 0 deletions

3
pacman/.github/README.md vendored Normal file
View File

@@ -0,0 +1,3 @@
<div align="center">
<a href=""><img src="./title.png"></a>
</div>

BIN
pacman/.github/title.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

141
pacman/arch-packages.txt Normal file
View File

@@ -0,0 +1,141 @@
alsa-plugins
amd-ucode
android-file-transfer
atuin
baobab
base
base-devel
bat
bob
btop
calf
cliphist
cmake
cpio
dnsmasq
docker
docker-compose
dolphin-emu
dua-cli
easyeffects
efibootmgr
eza
fastfetch
fd
fish
fisher
fzf
gamemode
git-delta
gnome-disk-utility
gnome-keyring
greetd
greetd-tuigreet
grim
grub
gst-plugin-pipewire
hyprcursor
hypridle
hyprland
hyprlang
hyprlock
hyprpicker
hyprutils
hyprwayland-scanner
jq
kitty
krita
kvantum
kvantum-qt5
lazygit
lib32-libva-mesa-driver
lib32-mesa
lib32-mesa-vdpau
lib32-vulkan-radeon
libguestfs
libpulse
libreoffice-fresh
libva-mesa-driver
linux
linux-firmware
linux-lts
linux-lts-headers
linux-zen
linux-zen-headers
logrotate
lsp-plugins
mangohud
mesa-vdpau
meson
mpv
nemo
nemo-fileroller
nemo-image-converter
networkmanager
nm-connection-editor
noto-fonts-cjk
nvtop
nwg-look
obs-studio
obsidian
onefetch
openbsd-netcat
opencl-rusticl-mesa
pavucontrol
pipewire
pipewire-alsa
pipewire-jack
pipewire-pulse
polkit-gnome
protonmail-bridge-core
qbittorrent
qemu-desktop
qemu-full
qt5ct
ripgrep
ripgrep-all
rocm-opencl-sdk
rocm-smi-lib
rofi-wayland
rustup
satty
scrcpy
sd
slurp
starship
steam
swaync
swww
syncthing
systemd-resolvconf
thunderbird
tmux
tmuxp
ttf-font-awesome
ttf-jetbrains-mono-nerd
ttf-nerd-fonts-symbols-mono
udiskie
ufw
vde2
vim
virt-manager
virt-viewer
vivid
vulkan-headers
vulkan-radeon
vulkan-tools
waybar
wev
wine
wireguard-tools
wireplumber
wl-clipboard
xdg-desktop-portal-hyprland
xdg-user-dirs
xdg-utils
yadm
yazi
zathura
zathura-pdf-mupdf
zoxide
zram-generator

42
pacman/aur-packages.txt Normal file
View File

@@ -0,0 +1,42 @@
atlauncher-bin
auto-cpufreq
bottles
brave-bin
catppuccin-cursors-macchiato
catppuccin-gtk-theme-macchiato
cava
cemu-bin
check-broken-packages-pacman-hook-git
devify
downgrade
gallery-dl
heroic-games-launcher-bin
keyb-bin
lazydocker
ludusavi
mise-bin
paccache-hook
pacseek
proton-ge-custom-bin
pyprland
qimgv-light
reflector-pacman-hook-git
ryujinx-bin
spicetify-cli
spotify
swayosd-git
sync-pacman-hook-git
sysz
tidal-hifi-bin
topgrade-bin
trashy
ttf-ms-win11-auto
universal-android-debloater-bin
upscayl-bin
vesktop
vscodium-bin
vscodium-bin-marketplace
waybar-updates
wttrbar
yay
zen-browser-avx2-bin

View File

@@ -0,0 +1,11 @@
[Trigger]
Operation = Install
Operation = Upgrade
Operation = Remove
Type = Package
Target = *
[Action]
Description = Orphaned package notification
When = PostTransaction
Exec = /usr/bin/bash -c "/usr/bin/pacman -Qtd || /usr/bin/echo '=> No orphans found.'"

View File

@@ -0,0 +1,11 @@
[Trigger]
Type = Package
Operation = Install
Operation = Upgrade
Operation = Remove
Target = *
[Action]
Description = Create a backup list of all installed packages
When = PostTransaction
Exec = /bin/sh -c "pacman -Qme | awk '{ print $1 }' > /home/matt/.config/pacman/aur-packages.txt && pacman -Qne | awk '{ print $1 }' > /home/matt/.config/pacman/arch-packages.txt"

View File

@@ -0,0 +1,12 @@
[Trigger]
Operation = Install
Operation = Upgrade
Operation = Remove
Type = Package
Target = *
[Action]
Description = Checking which daemons need to be restarted after library upgrades.
When = PostTransaction
Exec = /usr/bin/needrestart
Depends = needrestart

View File

@@ -0,0 +1,11 @@
[Trigger]
Operation = Upgrade
Operation = Install
Operation = Remove
Type = Package
Target = linux
[Action]
Description = Backing up /boot...
When = PreTransaction
Exec = /usr/bin/rsync -avzq --delete /boot /.bootbackup