configs/README.md

37 lines
536 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
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
```sh
upconf
```
or run the script directly.
```sh
~/scripts/arch-config.sh
```
## Other
2023-05-21 15:03:59 +02:00
- [music-normalize](./music-normalize)