From ad25bf21e0540d4e624807670ee1104a5254b5dd Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Mon, 27 May 2024 17:07:23 +0100 Subject: [PATCH] Fix typo with dotfiles install --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index a87f865a..be54b0b7 100755 --- a/install.sh +++ b/install.sh @@ -71,10 +71,10 @@ if [[ ${main_menu[@]} =~ 0 ]]; then # Install Dotfiles sudo nala install htop fzf tmux git stow vim wget # Clone repo if needed - if [ $(pwd) != "$HOME/cros" ]; then + if [ $(pwd) != "$HOME/dotfiles" ]; then cd $HOME git clone https://github.com/TrudeEH/dotfiles --depth=1 - cd cros + cd dotfiles fi # Link dotfiles