Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hipstersmoothie/powerlevelhipstersmoothie

my zsh theme
https://github.com/hipstersmoothie/powerlevelhipstersmoothie

420 nerd-fonts oh-my-zsh powerlevel9k theme weed zsh

Last synced: 9 days ago
JSON representation

my zsh theme

Awesome Lists containing this project

README

        

# HipsterSmoothie's Powerlevel9k Theme

A bad-ass oh-my-zsh theme.

![screenshot](screenshot.png)

## Installation
1. Intall the following:
* [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
* [powerlevel9k](https://github.com/bhilburn/powerlevel9k) theme installed
* [nerd-fonts](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraMono/Regular/complete) - make sure to also enable this in your editor and terminal
2. Install this theme
```
cd ~/.oh-my-zsh/custom/themes/ && git clone https://github.com/hipstersmoothie/PowerlevelHipstersmoothie.git
```

3. Add the following line to your .zshrc's theme section:

```
source ~/.oh-my-zsh/custom/themes/PowerlevelHipstersmoothie/PowerlevelHipstersmoothie.zsh
```
4. Reload oh-my-zsh

```
source ~/.zshrc
```