GithubHelp home page GithubHelp logo

ohmyzsh-config's Introduction

ohmyzsh-config

Shareable configuration for oh-my-zsh

Setup

Clone this repository in your custom zsh folder:

# Keep a backup of the existing folder
mv "$ZSH_CUSTOM" "${ZSH_CUSTOM}_bak"
rm -rf "$ZSH_CUSTOM"
git clone [email protected]:kael89/ohmyzsh-config.git "$ZSH_CUSTOM"

# ⚠️ Use this if you are sure you don't need the backup:
rm -rf "${ZSH_CUSTOM}_bak"

Local maintenance

This repository includes references to zsh themes, installed as git submodules. To keep them up to date:

  1. cd in each folder under themes
  2. git fetch && git pull
  3. cd .. and commit your changes

Overrides

You can override the aliases and functions defined in this package by using zz_*.zsh files. This is not committed in source control, so it's a good place to define custom functionality.

Why the zz_ prefix? oh-my-zsh seems to load config files alphabetically, so using this prefix means that this file will by loaded last.

ohmyzsh-config's People

Contributors

kael89 avatar

Watchers

James Cloos avatar  avatar

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.