Skip to content

nntoan/oh-my-zsh-custom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

I need to keep track oh-my-zsh custom directory ($ZSH_CUSTOM) when I have to work in multiple different environments. I am also exhausted by copying & pasting oh-my-zsh custom directory EVERY SINGLE TIME I install Oh My Zsh!.

Thus, that is why this repository present to the world.

Installation

via curl

sh -c "$(curl -fsSL https://raw.github.com/nntoan/oh-my-zsh-custom/master/install.sh)"

via wget

sh -c "$(wget https://raw.github.com/nntoan/oh-my-zsh-custom/master/install.sh -O -)"