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