Bash script for building Drupal distributions
I posted this as a gist, but I thought a usage tutorial was in order.
Source the file from your .bash_profile (or .zshrc if that's what you're using):
I posted this as a gist, but I thought a usage tutorial was in order.
Source the file from your .bash_profile (or .zshrc if that's what you're using):
((( This is for *NIX users - so OS X or Linux. If you're on Windows, check out: http://zsh-nt.sourceforge.net )))
Today we will be upgrading (re: changing) our shell from bash to zsh!
More on zsh here: http://zsh.sourceforge.net/FAQ/zshfaq01.html#l3
Why do you need it? Well, you don't technically... but I HIGHLY recommend it.
We will be using a package called 'oh my zsh!' from https://github.com/robbyrussell/oh-my-zsh
1. If you don't have it already, install ZSH. This comes with OSX but you might need to download it on other forms of UNIX.