Fix typo with dotfiles install

This commit is contained in:
2024-05-27 17:07:23 +01:00
parent b188587a44
commit e0428f5a8a

View File

@@ -71,10 +71,10 @@ if [[ ${main_menu[@]} =~ 0 ]]; then # Install Dotfiles
sudo nala install htop fzf tmux git stow vim wget sudo nala install htop fzf tmux git stow vim wget
# Clone repo if needed # Clone repo if needed
if [ $(pwd) != "$HOME/cros" ]; then if [ $(pwd) != "$HOME/dotfiles" ]; then
cd $HOME cd $HOME
git clone https://github.com/TrudeEH/dotfiles --depth=1 git clone https://github.com/TrudeEH/dotfiles --depth=1
cd cros cd dotfiles
fi fi
# Link dotfiles # Link dotfiles