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

https://github.com/jusexton/js-magic

Simplified take on the amazing af-magic zsh-theme
https://github.com/jusexton/js-magic

zsh zsh-theme

Last synced: about 1 month ago
JSON representation

Simplified take on the amazing af-magic zsh-theme

Awesome Lists containing this project

README

          

# js-magic
Simplified take on the amazing [af-magic](https://github.com/andyfleming/oh-my-zsh/blob/master/themes/af-magic.zsh-theme) zsh-theme.

![Preview image of zsh-theme](images/preview.png)

## Installation
1. Clone the repository
```
git clone https://github.com/JSextonn/js-magic.git
```
2. Create a symlink of **js-magic.zsh-theme** in `~/.oh-my-zsh/custom/themes/` manually or by using the installer.
```
./install_js_magic.sh
```
3. Configure the theme in your `~/.zshrc` file
```
ZSH_THEME="js-magic"
```