Initial import: Lua config, trimmed omarchy scripts, theme system

This commit is contained in:
2026-06-11 19:06:22 +02:00
commit 835a9aa3b5
536 changed files with 12459 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
#!/bin/bash
# archypr:summary=Reset all Omarchy user configs to the defaults
# archypr:requires-sudo=true
set -e
# Overwrite all user configs with the Omarchy defaults.
if (( EUID == 0 )); then
echo "Error: This script should not be run as root"
exit 1
fi
echo "Resetting all Omarchy configs"
cp -R ~/.local/share/archypr/config/* ~/.config/
cp ~/.local/share/archypr/default/bashrc ~/.bashrc
echo '[[ -f ~/.bashrc ]] && . ~/.bashrc' | tee ~/.bash_profile >/dev/null
$(bash $ARCHYPR_PATH/install/config/theme.sh)
archypr-efresh-limine
archypr-efresh-plymouth
archypr-vim-setup