feat: Reorganizes some of the runs.

This commit is contained in:
2025-09-28 12:59:36 -04:00
parent 1a729e7281
commit 474746e296
3 changed files with 15 additions and 15 deletions

View File

@@ -8,35 +8,21 @@ if ! command -v yay >/dev/null 2>&1; then
rm -rf ~/yay
fi
# Basics
# Packages
yay -S --noconfirm --needed \
asahi-desktop-meta \
bat \
bc \
catppuccin-gtk-theme-mocha \
sddm-theme-catppuccin \
eza \
fastfetch \
fzf \
git-lfs \
gum \
hyprpaper \
hyrpidle \
hyprlock \
jq \
neovim \
nodejs \
npm \
nwg-look \
pam-u2f \
pcsc-tools \
starship \
swaync \
tldr \
tmux \
tree-sitter-cli \
wl-clipboard \
yubikey-manger \
zoxide \
zsh

4
runs/hyprland Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
yay ${1:-"-S --noconfirm"} hyprland hyprpaper hyrpidle hyprlock \
bc # used for some scripts.

10
runs/system Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
yay ${1:-"-S --noconfirm"} catppuccin-gtk-theme-mocha \
sddm-theme-catppuccin \
nwg-look \
wl-clipboard \
pam-u2f \
pcsc-tools \
swaync \
yubikey-manger