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
- Host: GitHub
- URL: https://github.com/jusexton/js-magic
- Owner: jusexton
- License: mit
- Created: 2022-01-11T02:21:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-11T03:12:04.000Z (over 4 years ago)
- Last Synced: 2025-11-27T14:53:22.673Z (7 months ago)
- Topics: zsh, zsh-theme
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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"
```