From f25be1d07546b284785978150e3ebab37133319a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 25 Jul 2025 16:56:53 -0400 Subject: [PATCH] Fix path --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 9d0b44a..f393a7f 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ # Exit immediately if a command exits with a non-zero status set -e -OMARCHY_INSTALL=~/.local/share/omarchy/install/ +OMARCHY_INSTALL=~/.local/share/omarchy/install # Give people a chance to retry running the installation catch_errors() { @@ -46,7 +46,7 @@ source $OMARCHY_INSTALL/config/nvidia.sh show_logo decrypt 920 show_subtext "Installing terminal tools [2/10]" source $OMARCHY_INSTALL/development/terminal.sh -source $OMARCHY_INSTALL/development/developmment.sh +source $OMARCHY_INSTALL/development/developent.sh source $OMARCHY_INSTALL/development/nvim.sh source $OMARCHY_INSTALL/development/ruby.sh source $OMARCHY_INSTALL/development/docker.sh