Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nntoan/oh-my-zsh-custom
- Owner: nntoan
- Created: 2015-07-29T05:53:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-30T15:46:47.000Z (over 1 year ago)
- Last Synced: 2023-10-30T16:44:16.307Z (over 1 year ago)
- Topics: shell-scripts, zsh, zsh-custom
- Language: CoffeeScript
- Size: 234 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 -)"
```