Skip to content

Commit

Permalink
Starting to adopt zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
devert committed Feb 19, 2023
1 parent 53a486d commit 887465e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions brew/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ brew install tmux
brew install watchman
brew install yarn
brew install z
brew install zsh

echo "Install Applications with Homebrew Cask"

Expand Down
7 changes: 7 additions & 0 deletions zsh/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Zsh Setup

Switch to using brew installed zsh as default shell

```sh
chsh -s /usr/local/bin/zsh
```

0 comments on commit 887465e

Please sign in to comment.