Skip to content

Commit

Permalink
fixup! feat: add Oh My Zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Mar 8, 2024
1 parent 4e4fb74 commit 560af40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ brew bundle install --file=~/Brewfile
# -- Oh My Zsh -----------------------------------------------------------------
step_msg "Installing the Oh My Zsh"
# chsh -s $(which zsh)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
rm -rf ~/.zshrc
stow --dotfiles zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
# rm -rf ~/.zshrc

# -- Git -----------------------------------------------------------------------
step_msg "Configuring Git"
Expand Down

0 comments on commit 560af40

Please sign in to comment.