Git Product home page Git Product logo

custom-zsh's Introduction

##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

To use the theme, in your .zshrc change your ZSH_THEME and then rerun

ZSH_THEME="scalora"

Updates

  • 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

Fork on github so you can modify but also pull updates from upstream

Assuming you are already using the main repo as described above:

  1. Login to github, browse to https://github.com/mscalora/custom-zsh

  2. Fork the repo, see: https://help.github.com/articles/fork-a-repo/

  3. Get your fork repo's URL like https://github.com/cooldude71/custom-zsh.git

  4. Swap out your fork in the terminal (assumes standard setup):

    1. cd ~/.oh-my-zsh/custom
    2. git remote rename origin upstream
    3. git remote add origin https://github.com/cooldude71/custom-zsh.git
  5. Now your installation will keep up to date with whatever is in your repo

Install a local copy you can customize [ no support for updating or sharing between installations ]

with the theme name yadayada, use theme commands:

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

and set the ZSH_THEME variable to whatever name you gave it

ZSH_THEME="yadayada"

custom-zsh's People

Contributors

mscalora avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

curtjen mscalora2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.