diff --git a/install.sh b/install.sh index 0be3aa1..1f55c4f 100755 --- a/install.sh +++ b/install.sh @@ -3,8 +3,9 @@ # Exit immediately if a command exits with a non-zero status set -eE -export PATH="$HOME/.local/share/omarchy/bin:$PATH" -OMARCHY_INSTALL=~/.local/share/omarchy/install +OMARCHY_PATH="$HOME/.local/share/omarchy" +OMARCHY_INSTALL="$OMARCHY_PATH/install" +export PATH="$OMARCHY_PATH/bin:$PATH" # Preparation source $OMARCHY_INSTALL/preflight/show-env.sh