Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nntoan/oh-my-zsh-custom

Oh-My-Zsh Custom
https://github.com/nntoan/oh-my-zsh-custom

shell-scripts zsh zsh-custom

Last synced: 3 months ago
JSON representation

Oh-My-Zsh Custom

Awesome Lists containing this project

README

        

# 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
```bash
sh -c "$(curl -fsSL https://raw.github.com/nntoan/oh-my-zsh-custom/master/install.sh)"
```

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