configs/README.md

35 lines
486 B
Markdown
Raw Normal View History

2024-09-23 14:34:39 +02:00
Main repository location is [https://gitea.exu.li/exu/configs](https://gitea.exu.li/exu/configs)
2023-05-21 19:47:40 +02:00
2023-05-21 15:02:33 +02:00
# Configs
All my config files, scripts and other in one place.
## ArchLinux
2024-10-10 19:01:46 +02:00
First time installation:
```sh
2024-10-10 19:01:46 +02:00
pacman -Syu
pacman -S git ansible just
2024-10-10 19:01:46 +02:00
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
2023-05-21 15:03:59 +02:00
- [music-normalize](./music-normalize)