glowfi / setup

Streamline arch/artix auto install script for installing KDE or DWM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arch/Artix Setup

Streamlined Arch/Artix Linux install script for installing KDE or DWM

Coverpic

Features

  • Openrc as init with artix
  • SystemD as init with arch
  • Secure Boot
  • Zen kernel
  • Zstd Compression
  • Btrfs
  • Zram
  • LUKS encryption
  • Apparmor
  • Dnscrypt
  • Some tweaks for performance
  • Hardened SSH
  • Hardened Firewall
  • Hardened browser with custom settings and user policy

KDE

Features :

  • Minimal KDE install with minimal packages.

DWM

Features :

  • Minimal DWM install.
  • Enabled Emoji support

Installed Patches List :

Layout Patches

  • Cycle Layout
  • fibonacci_spiral
  • fibonacci_dwindle
  • 3 column Layout

UI Patches

  • movestack
  • noborder
  • vanity gaps
  • fade inactive

Misc Patches

  • fullscreen
  • always center
  • ewmhtags
  • focusonnetactive

How to Install

Base install

Connect to internet before running the below commands

pacman -Sy archlinux-keyring git
git clone https://github.com/glowfi/setup
./setup/run_1.sh

DE/WM/Server install

Restart and login as the new user created from above script and run the below commands

cd
git clone https://github.com/glowfi/setup
./setup/run_2.sh

About

Streamline arch/artix auto install script for installing KDE or DWM

License:GNU General Public License v3.0


Languages

Language:Shell 48.9%Language:C 37.6%Language:Lua 6.4%Language:CSS 2.4%Language:Roff 2.0%Language:Makefile 1.2%Language:Vim Script 0.7%Language:Python 0.6%