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 authored Jul 27, 2023
1 parent e31cb17 commit 62e90c9
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
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" > /dev/null
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended

# 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 62e90c9

Please sign in to comment.