configs/README.md

29 lines
598 B
Markdown
Raw Normal View History

2023-05-21 15:02:33 +02:00
# Configs
All my config files, scripts and other in one place.
Mostly focused on ArchLinux, although there is also a NixOS configuration and independent Python programs.
## ArchLinux
2023-05-21 15:02:33 +02:00
- [arch-config](./arch-config)
- [arch-setup](./arch-setup)
2023-05-21 15:03:59 +02:00
- [arch-themes](./arch-themes)
### First time installation
Enable the `multilib` repository in `/etc/pacman.conf`
```sh
git clone https://gitea.exu.li/realstickman/configs.git
cd configs/arch-setup
./install.sh
```
### Config updates
## Other
2023-05-21 15:02:33 +02:00
- [easyffmpeg](./easyffmpeg)
2023-05-21 15:03:59 +02:00
- [music-normalize](./music-normalize)
- [nixos-config](./nixos-config)