Fix typo with dotfiles install
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user