https://github.com/mubinben/purr-zsh-theme
https://github.com/mubinben/purr-zsh-theme
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mubinben/purr-zsh-theme
- Owner: mubinben
- License: mit
- Created: 2024-06-16T13:13:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T15:59:33.000Z (11 months ago)
- Last Synced: 2024-11-02T16:35:00.592Z (7 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- trackawesomelist - purr (⭐0) - Includes decorators for current directory and `git` status. (Recently Updated / [Jul 15, 2024](/content/2024/07/15/README.md))
README
# PURR-ZSH-THEME
## Preview
## Requirement
- `curl`
- `zsh`
- `oh-my-zsh` install by [github](https://github.com/ohmyzsh/ohmyzsh?tab=readme-ov-file#basic-installation)## Installation
- Download.
```sh
curl -o $ZSH_CUSTOM/themes/purr.zsh-theme https://raw.githubusercontent.com/mubinben/purr-zsh-theme/main/purr.zsh-theme
```
- Open `~/.zshrc` by text editor.
- Edit `ZSH_THEME`, and save.
```sh
ZSH_THEME="purr"
```
- Close terminal, and open again.
- Done.## License
Purr-zsh-theme is available under the [MIT license](./LICENSE.txt).