cristianmiranda / zsh-prompt

Zsh Prompt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

~$/zsh-prompt

Setup

cd zsh-prompt
brew cask install iterm2
brew install zsh
sudo gem install colorls
chsh -s /bin/zsh

Change BASH_PROFILE_HOME path to your cloned repo

cp bash/home_bash_profile ~/.bash_profile
cp zsh/home_zprofile ~/.zprofile
cp customization/fonts/* ~/Library/Fonts/.

iTerm2

iTerm2 -> Preferences -> Profiles -> Text -> Font -> Change Font

Select the font Meslo LG L DZ Regular Nerd Font Complete and adjust the size if your want too. Also check the box for Use a different font for non-ASCII text and select the font again. It should be displaying the new font and icons in the prompt.

iTerm2 -> Preferences -> Profiles -> Colors

Import material-design-colors.itermcolors file and select it from the list.

To configure iTerm2 Floating mode:

Customization

  • bash/custom_bash_profile: Add aliases, functions, etc.
  • zsh/custom_zsh_profile: Change prompt colors, plugins, etc.

About

Zsh Prompt


Languages

Language:Shell 96.6%Language:Ruby 2.2%Language:Dockerfile 1.2%