Go to file
2024-10-12 20:06:03 +02:00
arch-config Add Justfile for task execution 2024-10-11 16:40:13 +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 One more x86 only package 2024-10-12 20:06:03 +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
JUSTFILE Add Justfile for task execution 2024-10-11 16:40:13 +02:00
README.md Add Justfile for task execution 2024-10-11 16:40:13 +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.

ArchLinux

First time installation:

pacman -Syu
pacman -S git ansible just
cd $(mktemp -d)
git clone https://gitea.exu.li/exu/configs.git
cd configs
just setup

Config updates

just config

Package installation

just packages

Other