configs/README.md
exu 2eb134c855 Remove much unneeded stuff
Much of this is handled by KDE now. Next step will be to copy the
    config files from KDE into the repo
2024-09-15 21:20:55 +02:00

808 B

Main repository location is https://gitea.exu.li/RealStickman/configs

Configs

All my config files, scripts and other in one place.
Mostly focused on ArchLinux, although there is also a NixOS configuration and independent Python programs.

ArchLinux

First time installation

Enable the multilib repository in /etc/pacman.conf

git clone https://gitea.exu.li/realstickman/configs.git
cd configs/arch-setup
./install.sh

Config updates

Either use the included alias

upconf

or run the script directly.

~/scripts/arch-config.sh

NixOS

Other