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