configs/README.md
exu dc9b62a8f2 Add Justfile for task execution
Remove all config files present in roles/config/files
2024-10-11 16:40:13 +02:00

35 lines
486 B
Markdown

Main repository location is [https://gitea.exu.li/exu/configs](https://gitea.exu.li/exu/configs)
# Configs
All my config files, scripts and other in one place.
## ArchLinux
First time installation:
```sh
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
```sh
just config
```
### Package installation
``` sh
just packages
```
## Other
- [music-normalize](./music-normalize)