##Install as a updatable local repository
###Run these commands (after Oh My Zsh is installed)
git clone https://github.com/mscalora/custom-zsh.git ~/.oh-my-zsh/custom
ZSH_THEME="scalora"
- Updates are automatic, they are triggered by updates to oh-my-zsh which you are prompted for from time to time
- Manual updates can be run with the command: upgrade_custom
Assuming you are already using the main repo as described above:
-
Login to github, browse to
https://github.com/mscalora/custom-zsh
-
Fork the repo, see: https://help.github.com/articles/fork-a-repo/
-
Get your fork repo's URL like https://github.com/cooldude71/custom-zsh.git
-
Swap out your fork in the terminal (assumes standard setup):
cd ~/.oh-my-zsh/custom
git remote rename origin upstream
git remote add origin https://github.com/cooldude71/custom-zsh.git
-
Now your installation will keep up to date with whatever is in your repo
mkdir ~/.oh-my-zsh/custom/themes
curl https://raw.githubusercontent.com/mscalora/custom-zsh/master/themes/scalora.zsh-theme >~/.oh-my-zsh/custom/themes/yadayada.zsh-theme
ZSH_THEME="yadayada"