Go to file
2024-10-11 12:51:50 +02:00
arch-config Fix hl-todo keyword. Set yaml-indent to 2 spaces 2024-10-11 09:50:08 +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 Update git config stuff 2024-10-11 12:51:50 +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 readme instructions 2024-10-10 19:01:46 +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
cd $(mktemp -d)
git clone https://gitea.exu.li/exu/configs.git
cd configs
ansible-playbook setup.yml

Config updates

Either use the included alias

upconf

or run the script directly.

~/scripts/arch-config.sh

Other