No description
  • Python 90.5%
  • JavaScript 6.4%
  • Shell 0.8%
  • Emacs Lisp 0.7%
  • CSS 0.6%
  • Other 1%
Find a file
2026-02-06 22:11:26 +01:00
host_vars Change host and update variables 2025-04-27 18:59:07 +02:00
music-normalize add/update typing 2026-01-23 18:36:40 +01:00
roles change swappiness 2026-02-05 13:13:29 +01:00
.gitattributes Add eol=lf 2023-11-22 13:46:59 +01:00
.gitignore Ignore .venv 2025-03-03 17:46:49 +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 update git url 2025-07-14 17:32:23 +02:00
renovate.json ignore calibre paths 2026-02-06 22:11:26 +01:00
requirements.txt Rename venv 2025-03-03 17:45:37 +01:00
setup.yml Use templating for ssh to provide different paths 2024-10-15 09:56:08 +02:00

Main repository location is https://git.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://git.exu.li/exu/configs.git
cd configs
just setup

Config updates

just config

Package installation

just packages

Other