Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hipstersmoothie/powerlevelhipstersmoothie
- Owner: hipstersmoothie
- Created: 2018-03-25T09:40:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T19:35:49.000Z (over 6 years ago)
- Last Synced: 2025-01-10T14:53:07.564Z (14 days ago)
- Topics: 420, nerd-fonts, oh-my-zsh, powerlevel9k, theme, weed, zsh
- Size: 78.1 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```