From c1ebe84e1591025a26410c4778a166e67f4eacda Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sat, 17 Jan 2026 16:11:37 -0500 Subject: Tweak cachyos distro script --- distro/cachyos.sh | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) mode change 100644 => 100755 distro/cachyos.sh (limited to 'distro/cachyos.sh') diff --git a/distro/cachyos.sh b/distro/cachyos.sh old mode 100644 new mode 100755 index 2e0b36e..23e6f91 --- a/distro/cachyos.sh +++ b/distro/cachyos.sh @@ -2,8 +2,11 @@ set -ex pkglist='cmake +syncthing +brave-bin neovim tree-sitter-cli +age age-plugin-yubikey rage-encryption libfido2 @@ -17,7 +20,10 @@ firewalld wireguard-tools lsof ksshaskpass -nftables' +nftables +ansible +ghostty +yay' sudo pacman -S --needed $(echo "$pkglist" | awk '{print $1}' | tr '\n' ' ') sudo systemctl disable ufw || true @@ -25,3 +31,9 @@ sudo systemctl stop ufw || true # sudo systemctl enable firewalld || true # sudo systemctl start firewalld || true + + +[ -x "$(command -v oksh)" ] || yay -S oksh + + +[ -x "$(command -v dpw)" ] || ./compile/dpw.sh -- cgit v1.2.3