From 474746e29602b1a24da7a8e0e9add814915162de Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sun, 28 Sep 2025 12:59:36 -0400 Subject: [PATCH] feat: Reorganizes some of the runs. --- runs/dev | 16 +--------------- runs/hyprland | 4 ++++ runs/system | 10 ++++++++++ 3 files changed, 15 insertions(+), 15 deletions(-) create mode 100755 runs/hyprland create mode 100755 runs/system diff --git a/runs/dev b/runs/dev index 6c14229..768fbca 100755 --- a/runs/dev +++ b/runs/dev @@ -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 diff --git a/runs/hyprland b/runs/hyprland new file mode 100755 index 0000000..5f5188b --- /dev/null +++ b/runs/hyprland @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +yay ${1:-"-S --noconfirm"} hyprland hyprpaper hyrpidle hyprlock \ + bc # used for some scripts. diff --git a/runs/system b/runs/system new file mode 100755 index 0000000..2d22cf5 --- /dev/null +++ b/runs/system @@ -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