Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxcnunes/zsh-me
https://github.com/maxcnunes/zsh-me
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxcnunes/zsh-me
- Owner: maxcnunes
- License: mit
- Created: 2016-01-10T22:43:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T21:44:56.000Z (9 months ago)
- Last Synced: 2024-04-13T04:51:56.476Z (7 months ago)
- Language: Shell
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## μ (me) theme for Oh My Zsh
A minimal theme for [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) prompt.
![](screenshot.png)
# Installing the theme
**IMPORTANT: oh-my-zsh must be configured already**
Download theme file into the themes custom directory:
```bash
mkdir -p ~/.oh-my-zsh/custom/themes/wget \
-O ~/.oh-my-zsh/custom/themes/me.zsh-theme \
https://raw.githubusercontent.com/maxcnunes/zsh-me/master/me.zsh-theme
```Then edit `~/.zshrc` to use it:
```bash
ZSH_THEME="me"
```And restart your terminal.