Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxcnunes/zsh-me


https://github.com/maxcnunes/zsh-me

Last synced: 27 days ago
JSON representation

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.