๐Ÿ”ง Where my dotfiles lives in harmony and peace, most of the time

๐Ÿ”ง Update setup packages

+2 -10
-6
system/setup.sh
··· 18 18 networkmanager 19 19 pacman-contrib 20 20 power-profiles-daemon 21 - preload 22 21 rocm-smi-lib 23 22 sox 24 23 ufw ··· 56 55 # Out-of-memory daemon 57 56 if ! systemctl is-enabled --quiet systemd-oomd.service; then 58 57 sudo systemctl enable --now systemd-oomd.service 59 - fi 60 - 61 - # Preload 62 - if ! systemctl is-enabled --quiet preload; then 63 - systemctl enable --now preload 64 58 fi 65 59 66 60 # Gnome Keyring
+2 -4
terminal/setup.sh
··· 18 18 prek-bin 19 19 ripgrep 20 20 sheldon 21 - shellcheck-bin 21 + shellcheck 22 22 starship 23 23 tmux 24 24 uv ··· 26 26 wget 27 27 zoxide 28 28 zsh 29 + yt-dlp 29 30 ) 30 31 31 32 # Install packages 32 33 paru -S --needed --noconfirm "${packages[@]}" 33 - 34 - # Install yt-dlp 35 - uv tool install --reinstall yt-dlp --with secretstorage 36 34 37 35 # Create directories 38 36 mkdir -p "${HOME}/.config/alacritty" "${HOME}/.config/sheldon" "${HOME}/.config/starship"