mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
feat: Reorganizes some of the runs.
This commit is contained in:
16
runs/dev
16
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
|
||||
|
||||
|
||||
4
runs/hyprland
Executable file
4
runs/hyprland
Executable 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
10
runs/system
Executable 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
|
||||
Reference in New Issue
Block a user