Change shell in macos.sh

This commit is contained in:
Shadowfacts 2016-09-11 09:37:52 -04:00
parent 2f9c0847df
commit 22448dfdef
No known key found for this signature in database
GPG Key ID: F802198A7D7F309D
1 changed files with 3 additions and 0 deletions

View File

@ -130,6 +130,9 @@ brew install zsh
# Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# Change shell
chsh -s /usr/bin/zsh
# Symlink all the things
ln -s .hammerspoon $HOME/.hammerspoon
ln -s .vim $HOME/.vim