diff --git a/scripts/dotfiles.sh b/scripts/dotfiles.sh index a9b0df4..a6f63de 100644 --- a/scripts/dotfiles.sh +++ b/scripts/dotfiles.sh @@ -8,7 +8,7 @@ source ./scripts/utils.sh echo_info "Installing dotfiles..." # Install Oh My Zsh -git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh +sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" # Install plugin zsh-autosuggestions git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions