From 1f54028b95bd58abb3a3fe8d6ef50a8944b24f6d Mon Sep 17 00:00:00 2001 From: exu Date: Thu, 10 Oct 2024 19:01:46 +0200 Subject: [PATCH] Update readme instructions --- README.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 450f6e5e..4a076a1c 100644 --- a/README.md +++ b/README.md @@ -3,21 +3,18 @@ Main repository location is [https://gitea.exu.li/exu/configs](https://gitea.exu # 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 -- [arch-config](./arch-config) -- [arch-setup](./arch-setup) - -### First time installation - -Enable the `multilib` repository in `/etc/pacman.conf` +First time installation: ```sh -git clone https://gitea.exu.li/realstickman/configs.git -cd configs/arch-setup -./install.sh +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 @@ -34,11 +31,6 @@ or run the script directly. ~/scripts/arch-config.sh ``` -## NixOS - -- [nixos-config](./nixos-config) - ## Other -- [easyffmpeg](./easyffmpeg) - [music-normalize](./music-normalize)