davidjrice / prezto_powerline

Powerline-esque theme for Prezto ZSH
117 stars 31 forks source link

Powerline for Prezto ZSH

Features

Example

Dependencies

Installation

# Install YADR
git clone https://github.com/skwp/dotfiles ~/.yadr
cd ~/.yadr && rake install

# Create a ~/.secrets file (required by YADR)
touch ~/.secrets

# Install the prompt
curl https://raw.github.com/davidjrice/prezto_powerline/master/prompt_powerline_setup > ~/.zsh.prompts/prompt_powerline_setup

# Install Solarized
git clone https://github.com/altercation/solarized
cd solarized

# e.g. for iTerm
cd iterm2-colors-solarized/
open Solarized\ Dark.itermcolors
# this should load the colours for iTerm, but they are not configured yet

# in iTerm2 open preferences 
#   profiles > default > colours > load presets > Solarized Dark
#   profiles > default > terminal > report terminal type > "xterm-256color"

# Enable
echo "prompt powerline" > ~/.zsh.after/prompt.zsh

Inspiration

This prompt is inspired by:

TODO