diff --git a/.install/install-oh-my-zsh.sh b/.install/install-oh-my-zsh.sh index 094c48d..bcb1c6b 100755 --- a/.install/install-oh-my-zsh.sh +++ b/.install/install-oh-my-zsh.sh @@ -1,3 +1,3 @@ -if [ ! -d ~/ohmyzsh ]; then +if [ ! -d ~/.oh-my-zsh/ ]; then sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended --keep-zshrc fi diff --git a/.scripts/set-shell.sh b/.scripts/set-shell.sh index ab62005..0664550 100644 --- a/.scripts/set-shell.sh +++ b/.scripts/set-shell.sh @@ -1,3 +1,3 @@ #!/bin/bash -chsh -s $(which zsh) +chsh -s "$(which zsh)"