Skip to content

Commit

Permalink
fix: fix Oh My Zsh istall
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldosramos committed Jul 17, 2023
1 parent b42d89b commit d366e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dotfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d366e05

Please sign in to comment.