From 2b1cc8a5be7fb65a6b4ceec56133daf92cc79ebe Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Fri, 16 Jan 2026 18:19:23 -0500 Subject: cachyos distro script --- distro/cachyos.sh | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 distro/cachyos.sh diff --git a/distro/cachyos.sh b/distro/cachyos.sh new file mode 100644 index 0000000..2e0b36e --- /dev/null +++ b/distro/cachyos.sh @@ -0,0 +1,27 @@ +#!/bin/sh +set -ex + +pkglist='cmake +neovim +tree-sitter-cli +age-plugin-yubikey +rage-encryption +libfido2 +pcsclite +ccid +oath-toolkit +restic +geary +darktable +firewalld +wireguard-tools +lsof +ksshaskpass +nftables' +sudo pacman -S --needed $(echo "$pkglist" | awk '{print $1}' | tr '\n' ' ') + +sudo systemctl disable ufw || true +sudo systemctl stop ufw || true + +# sudo systemctl enable firewalld || true +# sudo systemctl start firewalld || true -- cgit v1.2.3