From dee7e3e4a73f7c66076ae1f29ba24942c95b6fcb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 23 Aug 2025 22:21:28 +0200 Subject: [PATCH] Ensure .config is there Strange that this should be necessary for arch-chroot, but let's give it a try --- install/config/config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/config/config.sh b/install/config/config.sh index 2f926c1f..34ee388b 100644 --- a/install/config/config.sh +++ b/install/config/config.sh @@ -1,6 +1,7 @@ #!/bin/bash # Copy over Omarchy configs +mkdir ~/.config cp -R ~/.local/share/omarchy/config/* ~/.config/ # Use default bashrc from Omarchy