-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add zsh and oh-my-zsh? #49
Comments
Hi @damianesteban, thanks for the feedback! I'm not a Zsh user myself, but this seems like a good resource: http://sourabhbajaj.com/mac-setup/iTerm/zsh.html If you're doing a good amount of config like in the article above, you could create a new shell script to hold all of the commands, ie If you're using the
Then from the command line you just run something like this:
|
Thanks so much, this worked well. I'll post the full solution so other zsh users can benefit from it once I clean it up. |
@damianesteban great, please feel free to submit a pull request once it's ready. |
@donnemartin you should check these out: Created a quick PR for these #62 |
I need to setup 10 new Macs and I've looked at various solutions including boxen and other shell scripts. This is by far the best solution (for my purposes) that I've seen.
If I wanted to install zsh and oh-my-zsh, what would I have to do (besides installing zsh via homebrew)? Specifically, what's the best place to run the oh-my-zsh installer script?
Thanks for the great work.
The text was updated successfully, but these errors were encountered: