Ensure .config is there

Strange that this should be necessary for arch-chroot, but let's give it
a try
This commit is contained in:
David Heinemeier Hansson 2025-08-23 22:21:28 +02:00
parent 5a7b9292c8
commit dee7e3e4a7

View File

@ -1,6 +1,7 @@
#!/bin/bash
# Copy over Omarchy configs
mkdir ~/.config
cp -R ~/.local/share/omarchy/config/* ~/.config/
# Use default bashrc from Omarchy