Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 751 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 751 Bytes

Material Palenight ZSH theme

screenshot

Installation

Requires you to have oh-my-zsh installed.

Manual

wget -O ~/.oh-my-zsh/themes/palenight.zsh-theme \
https://raw.githubusercontent.com/jenssegers/palenight.zsh-theme/master/palenight.zsh-theme

Then go to your ~/.zshrc file and set ZSH_THEME="palenight"

Zplug

zplug "jenssegers/palenight.zsh-theme", as:theme

Antigen

antigen theme jenssegers/palenight.zsh-theme palenight

Configuration

There's an environment variable you can set to display your host. Simply add this to your .zshrc:

export ZSH_THEME_SHOW_HOST=true

screenshot