Adds aliases, secrets, and variables files for customization

This commit is contained in:
Adam Sumner 2013-07-09 20:49:00 -07:00
commit 3537af0048
10 changed files with 99 additions and 34 deletions

View file

@ -4,43 +4,27 @@ oh-my-zsh is an open source, community-driven framework for managing your ZSH co
bq. "OH MY ZSHELL!"
h2. Big thanks to @robbyrussell for building oh-my-zsh
h2. Setup
@oh-my-zsh@ should work with any recent release of "zsh":http://www.zsh.org/, the minimum recommended version is 4.3.9.
h3. The automatic installer... (do you trust me?)
You can install this via the command line with either `curl` or `wget`.
h4. via `curl`
@curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh@
h4. via `wget`
@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
h3. The manual way
h3. Installation
1. Clone the repository
@git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh@
@git clone git://github.com/sasasasumna/oh-my-zsh.git ~/.oh-my-zsh@
2. *OPTIONAL* Backup your existing ~/.zshrc file
@cp ~/.zshrc ~/.zshrc.orig@
3. Create a new zsh config by copying the zsh template we've provided.
3. Run the setup script
@cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc@
@~/.oh-my-zsh/setup.sh@
4. Set zsh as your default shell:
@chsh -s /bin/zsh@
5. Start / restart zsh (open a new terminal is easy enough...)
4. Start / restart zsh (open a new terminal is easy enough...)
h3. Problems?