From 63fd616515332aa15f5e716fc4071cc1ea37469e Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sun, 26 Jun 2022 03:36:23 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b863641..57aef57 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,15 @@ Some major/noteworthy differences from common configurations: - opendoas is used in place of sudo - pipewire is used in place of pulseaudio +- OpenRC is the chosen init system - EXT4 fast_commit mode is enabled by default -- makepkg is configured with better compression algorithms than the defaults and is forced to use all cores +- makepkg is configured for better than stock performance +- a custom .bashrc with useful power management aliases is included +- a custom script (xcaffeine.py) is included to keep the screen awake during the use of whitelisted applications +- ...all of this and more on KDE Plasma X11 # Usage -Upon loading up the official Artic base ISO, logging in, switching to the root user, and connecting to the internet, run: +Upon loading up the official Artix base ISO (tested on weekly base images only), logging in, connecting to the internet, and switching to the root user, run: ``` curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/install.sh -o install.sh @@ -23,3 +27,7 @@ After running the script, it will ask you some questions about your desired conf Generic: - Most x86_64 desktops, laptops, and servers + +Coming soon: + +- ASUS Zephyrus G14 (2020) via asusctl/supergfxctl (unofficially packaged as an AppImage with support for OpenRC)