diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2026-01-17 16:11:37 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2026-01-17 16:11:37 -0500 |
| commit | c1ebe84e1591025a26410c4778a166e67f4eacda (patch) | |
| tree | 1d538e869c587038dd548d931733f03191aedb8a /distro/cachyos.sh | |
| parent | 4ce60dcb98a6ba4834fd05c62faee108dbf2a13a (diff) | |
| download | dotfiles-c1ebe84e1591025a26410c4778a166e67f4eacda.tar.gz dotfiles-c1ebe84e1591025a26410c4778a166e67f4eacda.tar.xz | |
Tweak cachyos distro script
Diffstat (limited to 'distro/cachyos.sh')
| -rwxr-xr-x[-rw-r--r--] | distro/cachyos.sh | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/distro/cachyos.sh b/distro/cachyos.sh index 2e0b36e..23e6f91 100644..100755 --- 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 |
