Skip to content

Commit

Permalink
Fixed bug where we weren't able to dynamically set/create host in
Browse files Browse the repository at this point in the history
install script
  • Loading branch information
jwyuen committed May 31, 2024
1 parent 40b8aed commit d0ceeae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit d0ceeae

Please sign in to comment.