Go to file
2024-10-06 17:52:59 +02:00
arch-config Add keybinds for comment/uncomment and sort lines 2024-10-04 17:10:21 +02:00
arch-setup Update cache for new multilib repo 2024-10-06 17:52:59 +02:00
easyffmpeg Add symlink for venv in repo root folder 2023-07-02 20:52:48 +02:00
music-normalize Update imports 2024-06-07 20:50:15 +02:00
nixos-config Add placeholders for locking, suspend, hibernate 2023-07-11 16:43:30 +02:00
.gitattributes Add eol=lf 2023-11-22 13:46:59 +01:00
.gitignore Ignore ffmpeg log 2024-02-18 11:52:32 +01:00
README.md Update repo URL 2024-09-23 14:34:39 +02:00

Main repository location is https://gitea.exu.li/exu/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