mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +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
|
rm -rf ~/yay
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Basics
|
# Packages
|
||||||
yay -S --noconfirm --needed \
|
yay -S --noconfirm --needed \
|
||||||
asahi-desktop-meta \
|
|
||||||
bat \
|
|
||||||
bc \
|
|
||||||
catppuccin-gtk-theme-mocha \
|
|
||||||
sddm-theme-catppuccin \
|
|
||||||
eza \
|
eza \
|
||||||
fastfetch \
|
fastfetch \
|
||||||
fzf \
|
fzf \
|
||||||
git-lfs \
|
git-lfs \
|
||||||
gum \
|
gum \
|
||||||
hyprpaper \
|
|
||||||
hyrpidle \
|
|
||||||
hyprlock \
|
|
||||||
jq \
|
jq \
|
||||||
neovim \
|
neovim \
|
||||||
nodejs \
|
nodejs \
|
||||||
npm \
|
npm \
|
||||||
nwg-look \
|
|
||||||
pam-u2f \
|
|
||||||
pcsc-tools \
|
|
||||||
starship \
|
starship \
|
||||||
swaync \
|
|
||||||
tldr \
|
tldr \
|
||||||
tmux \
|
tmux \
|
||||||
tree-sitter-cli \
|
tree-sitter-cli \
|
||||||
wl-clipboard \
|
|
||||||
yubikey-manger \
|
|
||||||
zoxide \
|
zoxide \
|
||||||
zsh
|
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