Forked from lgalaz/install oh my zsh in homestead
Last active
December 12, 2019 01:27
-
-
Save ceesco53/e2d2556a44842aa271f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install zsh -y | |
git clone git://github.com/robbyrussell/oh-my-zsh.git /home/vagrant/.oh-my-zsh | |
cp /home/vagrant/.oh-my-zsh/templates/zshrc.zsh-template /home/vagrant/.zshrc | |
sudo chsh -s /usr/bin/zsh vagrant | |
sed -i 's/robbyrussell/agnoster/g' /home/vagrant/.zshrc |
zsh is intalled in homestead now.
just add to your after.sh
sudo chsh -s /usr/bin/zsh vagrant
sed -i 's/robbyrussell/agnoster/g' /home/vagrant/.zshrc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Works like a charm!