From c7f851cc574afd5b288578c2b24459c82f30daa1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 23 Oct 2025 11:32:00 -0700 Subject: [PATCH] More work needed --- bin/omarchy-reinstall | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/omarchy-reinstall b/bin/omarchy-reinstall index cfcdee5b..6d2f5132 100755 --- a/bin/omarchy-reinstall +++ b/bin/omarchy-reinstall @@ -15,4 +15,7 @@ if gum confirm "Are you sure you want to reinstall all base packages and reset a # Reset any conflict from bad .bash_profile echo "[[ -f ~/.bashrc ]] && . ~/.bashrc" | tee ~/.bash_profile + + # TODO: Should reset limine + # TODO: Should reset plymouth fi