Jan 15, 2015 Tag: Linux

About Oh-My-Zsh

The homepage claims: “Oh-My-Zsh is an open source, community-driven framework for managing your ZSH configuration. It comes bundled with a ton of helpful functions, helpers, plugins, themes, and a few things that make you shout... ‘Oh My ZSH!’”

I’ve decided to use it more intensely. So I’ll have to take some notes And I will be doing that here!

Updated on Jun 22, 2018

The Basics

To upgrade:

# no sudo required
upgrade_oh_my_zsh

Completions

  • zsh completions howto

  • Install git-flow completion:

    mkdir ~/.zsh-completions
    wget \
       https://raw.githubusercontent.com/bobthecow/git-flow-completion/master/git-flow-completion.zsh \
       -O ~/.zsh-completions/git-flow-completion.zsh
    echo "source $HOME/.zsh-completions/git-flow-completion.zsh" >>~/.zshrc
    

Previous topic

About Node.js

Next topic

About Online Shops

Tags

Archives

Languages

Recent Posts

This Page