Get Predawn for iTerm, Terminal (special thanks to @danielbayley), HyperTerm along with a command-line prompt theme easily installed with Oh-my-zsh or Prezto.
- Open Preferences — Cmd + ,
- Go to
Profiles
tab - Click on
Colors
tab of desired profile - Click the
Color Presets…
dropdown - Click
Import
- Select
Predawn.itermcolors
- Again, click the
Color Presets…
dropdown - Select
Predawn
from the list
- Open Preferences — Cmd + ,
- Go to
Profiles
tab - Click the gear dropodown in the list of profiles
- Click
Import…
- Select
Predawn.terminal
- Optionally set as
Default
- Add
predawn-hyperterm
to the plugins array in~/.hyperterm.js
- Place
Predawn.zsh-theme
into~/.oh-my-zsh/themes
- Open your
~/.zshrc
file - Set your ZSH_THEME variable to "Predawn", i.e.
ZSH_THEME="Predawn"
- Reload your settings with
source ~/.zshrc
- Place
prompt_predawn_setup
into~/.zprezto/modules/prompt/functions
- Try it out with
prompt predawn
or... - Configure it as your default with
zstyle ':prezto:module:prompt' theme 'predawn'
in~/.zpreztorc
- Reload your shell with
source ~/.zshrc
- Add
zplug jamiewilson/predawn-shell, as:theme
abovezplug load
in your~/.zshrc
zplug install
to install your plugins and reload~/.zshrc