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

https://github.com/dogrocker/oh-my-zsh-powerline-cute-theme

An OSX oh-my-zsh shell theme with Cute emoji based on the Powerline Vim plugin
https://github.com/dogrocker/oh-my-zsh-powerline-cute-theme

Last synced: 3 days ago
JSON representation

An OSX oh-my-zsh shell theme with Cute emoji based on the Powerline Vim plugin

Awesome Lists containing this project

README

          

# oh-my-zsh-powerline-cute-theme

A oh-my-zsh shell theme based on the Powerline Vim plugin

This theme is base on [Bullet Train for oh-my-zsh](https://github.com/caiogondim/bullet-train-oh-my-zsh-theme). I modified some of the script.

## Preview

![Preview](http://raw.github.com/dogrocker/oh-my-zsh-powerline-cute-theme/master/img/demo-1.png)

## Color schemes

* I use [Monokai Soda](https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/Monokai%20Soda.itermcolors) and I was changed some color you can do that to **iTerm 2 > Preferences > Profiles > Color**.
* You can download and modified your own schemes at [https://github.com/mbadolato/iTerm2-Color-Schemes](https://github.com/mbadolato/iTerm2-Color-Schemes).

## Requirements

In order to use the theme, you will first need:

* Powerline compatible fonts like [Vim Powerline patched fonts](https://github.com/Lokaltog/powerline-fonts) or [Input Mono](http://input.fontbureau.com/)
* [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
* Make sure terminal is using 256-colors mode with `export TERM="xterm-256color"`
* For [iTerm 2](http://iterm2.com/) users, make sure you go into your settings and set both the regular font and the non-ascii font to powerline compatible [fonts](https://github.com/powerline/fonts) or the prompt separators and special characters will not display correctly.

## Install

1. Download the theme [here](http://raw.github.com/dogrocker/oh-my-zsh-powerline-cute-theme/master/cute-theme.zsh-theme)
2. Put the file **cute-theme.zsh-theme** in **~/.oh-my-zsh/themes/**
3. Configure the theme in your **~/.zshrc** file:`ZSH_THEME="cute-theme"`
4. Install Monokai Soda to **iTerm 2**
5. **Setting iTerm 2** picture below.

### Setting in iTerm 2

![Setting-1](http://raw.github.com/dogrocker/oh-my-zsh-powerline-cute-theme/master/img/setting-1.png)

![Setting-2](http://raw.github.com/dogrocker/oh-my-zsh-powerline-cute-theme/master/img/setting-2.png)

## Options

* You can see and edit your own [here](https://github.com/caiogondim/bullet-train-oh-my-zsh-theme#options)

## Wanna change your own emoji?

1. Choose you 💖 emoji [here](http://apps.timwhitlock.info/emoji/tables/unicode)
2. Edit your **.zshrc** just copy and paste you love emoji like this

```bash
BULLETTRAIN_PROMPT_CHAR="🐹 "
```

## Contributors

This work was originally fork from [Bullet Train for oh-my-zsh](https://github.com/caiogondim/bullet-train-oh-my-zsh-theme).

### Remodified by

```
Kanin Peanviriyakulkit (@DogRocker)
```

## License

The MIT License (MIT)

Copyright (c) 2015 Kanin Peanviriyakulkit (@DogRocker)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

[![forthebadge](http://forthebadge.com/images/badges/powered-by-oxygen.svg)](http://forthebadge.com)