configs/README.md

46 lines
839 B
Markdown
Raw Normal View History

2023-05-21 19:47:40 +02:00
Main repository location is [https://gitea.exu.li/RealStickman/configs](https://gitea.exu.li/RealStickman/configs)
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
Either use the included alias
```sh
upconf
```
or run the script directly.
```sh
~/scripts/arch-config.sh
```
2023-05-22 20:08:11 +02:00
## NixOS
- [nixos-config](./nixos-config)
## Other
2023-05-21 15:02:33 +02:00
- [easyffmpeg](./easyffmpeg)
2023-05-21 15:03:59 +02:00
- [music-normalize](./music-normalize)