From d366e0564eb0ad2115d2c50260b6c9ab2ae2aa28 Mon Sep 17 00:00:00 2001 From: Samuel Ramos Date: Mon, 17 Jul 2023 10:21:27 -0300 Subject: [PATCH] fix: fix Oh My Zsh istall --- scripts/dotfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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