Go to file
2024-10-10 18:57:26 +02:00
arch-config Unify everything into one config playbook. Handle some more stuff 2024-10-09 21:41:16 +02:00
arch-setup Start moving config stuff into Ansible role 2024-10-06 21:24:57 +02:00
music-normalize Remove old config files for nixos, easyffmpeg 2024-10-06 21:25:44 +02:00
roles Move comments 2024-10-10 18:57:26 +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
galaxy.yml Start moving config stuff into Ansible role 2024-10-06 21:24:57 +02:00
README.md Update repo URL 2024-09-23 14:34:39 +02:00
setup.yml Include more in playbook 2024-10-07 16:39:07 +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