Skip to content

Commit

Permalink
fixup! feat: set up zsh shell
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed May 31, 2024
1 parent 4d052ae commit 5db427e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ stow --dotfiles zsh
# -- Set up the zsh as default shell ----------------------------------------------
step_msg "Setting up the zsh as default shell"
echo "$(brew --prefix)/bin/zsh" | sudo tee -a /etc/shells >/dev/null
chsh -s "$(brew --prefix)/bin/zsh"
sudo chsh -s "$(brew --prefix)/bin/zsh" $USER

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

0 comments on commit 5db427e

Please sign in to comment.