Change shell in macos.sh
This commit is contained in:
parent
2f9c0847df
commit
22448dfdef
3
macos.sh
3
macos.sh
|
@ -130,6 +130,9 @@ brew install zsh
|
||||||
# Install oh-my-zsh
|
# Install oh-my-zsh
|
||||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
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
|
# Symlink all the things
|
||||||
ln -s .hammerspoon $HOME/.hammerspoon
|
ln -s .hammerspoon $HOME/.hammerspoon
|
||||||
ln -s .vim $HOME/.vim
|
ln -s .vim $HOME/.vim
|
||||||
|
|
Loading…
Reference in New Issue