Updated config

This commit is contained in:
Eduard Urbach 2025-07-01 16:23:34 +02:00
parent c9bcb7fc87
commit 24645dcdfe
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
6 changed files with 13 additions and 6 deletions

View file

@ -25,8 +25,10 @@ set file scx_loader.toml
$sudo ln -s -f $HOME/.config/etc/$file /etc/
# Install packages
set common hyprland waybar swaybg wl-clipboard wlogout grim slurp btop easyeffects nnn fzf ripgrep
if command -q apk
$sudo apk add hyprland waybar swaybg wl-clipboard wlogout grim slurp btop easyeffects
$sudo apk add $common
else
$sudo pacman -S hyprland waybar swaybg wl-clipboard wlogout grim slurp btop easyeffects
$sudo pacman -S $common
end