From d0ceeae27940bc4135099009b3d2f710fdee5fa7 Mon Sep 17 00:00:00 2001 From: jwy Date: Fri, 31 May 2024 14:04:09 -0400 Subject: [PATCH] Fixed bug where we weren't able to dynamically set/create host in install script --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cdbdd1ece..58ddf01ee 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ source install-lib.sh -PROJECT_NAME="jwy-gh0stzk-dots" +PROJECT_NAME="jwy-gh0stzk-dotfiles" REPO_NAME=$PROJECT_NAME current_user_name=$USER user_name=$current_user_name @@ -73,6 +73,7 @@ echo "Symlinking dot (.config and .local) files using GNU Stow" cd $PROJECT_DIR/dots && stow -R config -t ~/.config/ -v cd $PROJECT_DIR/dots && stow -R local -t ~/.local/ -v +cd $PROJECT_DIR || exit fc-cache -rf