Hi Daniel,
Yes, you can execute:
chsh /bin/zsh
Then your shell will be zsh. You can follow the instruction on Bill's website in order to setup his startup scripts for zsh.
If you use my startup scripts, at
zsh.tar.gz, download the tarball to your home directory and unpack it with the command:
tar -zxvf zsh.tar.gz
it will place them in a ~/Library/init/zsh directory so they shouldn't overwrite anyone's files. You may then activate them with a command like:
echo "source ~/Library/init/zsh/zshrc" >> ~/.zshrc
After that, the next terminal window you open will have a configured zsh as the shell. You can use it just like bash. The differences in syntax between zsh and bash are only evident in relatively complex commands.
The main difference that you'll notice in the beginning is the fact that you can complete just about anything you can imagine. Zsh not only completes file names but it completes most parts of a command. It knows what is required for various arguments to commands. All you have to do is to hit the <Tab> key. If there is more than one possible completion, zsh will list the possibilities. If you hit the tab key more times, zsh will cycle through the possibilities. Just stop hitting the <Tab> key when you see the one you like. Enjoy!
--
Gary
~~~~
MSDOS is not dead, it just smells that way.
-- Henry Spencer