Update readme instructions
This commit is contained in:
parent
8ca497ff2b
commit
1f54028b95
22
README.md
22
README.md
@ -3,21 +3,18 @@ Main repository location is [https://gitea.exu.li/exu/configs](https://gitea.exu
|
|||||||
# Configs
|
# Configs
|
||||||
|
|
||||||
All my config files, scripts and other in one place.
|
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
|
## ArchLinux
|
||||||
|
|
||||||
- [arch-config](./arch-config)
|
First time installation:
|
||||||
- [arch-setup](./arch-setup)
|
|
||||||
|
|
||||||
### First time installation
|
|
||||||
|
|
||||||
Enable the `multilib` repository in `/etc/pacman.conf`
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://gitea.exu.li/realstickman/configs.git
|
pacman -Syu
|
||||||
cd configs/arch-setup
|
pacman -S git ansible
|
||||||
./install.sh
|
cd $(mktemp -d)
|
||||||
|
git clone https://gitea.exu.li/exu/configs.git
|
||||||
|
cd configs
|
||||||
|
ansible-playbook setup.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
### Config updates
|
### Config updates
|
||||||
@ -34,11 +31,6 @@ or run the script directly.
|
|||||||
~/scripts/arch-config.sh
|
~/scripts/arch-config.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## NixOS
|
|
||||||
|
|
||||||
- [nixos-config](./nixos-config)
|
|
||||||
|
|
||||||
## Other
|
## Other
|
||||||
|
|
||||||
- [easyffmpeg](./easyffmpeg)
|
|
||||||
- [music-normalize](./music-normalize)
|
- [music-normalize](./music-normalize)
|
||||||
|
Loading…
Reference in New Issue
Block a user