Go to file
2024-10-16 08:16:15 +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
host_vars Handle fill mode with white background 2024-10-16 08:16:15 +02:00
music-normalize Remove old config files for nixos, easyffmpeg 2024-10-06 21:25:44 +02:00
roles Handle fill mode with white background 2024-10-16 08:16:15 +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 Ask for sudo password 2024-10-12 20:09:57 +02:00
README.md Add Justfile for task execution 2024-10-11 16:40:13 +02:00
setup.yml Use templating for ssh to provide different paths 2024-10-15 09:56:08 +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