/Zsh-Pro-Setup

Zsh Setup for proficiency and Terminal less scary ;)

Primary LanguageShellMIT LicenseMIT

Rapid ZSH Setup

N|Solid

Repo's Main Moto to provide rapid ohmyzsh setup with awesome plugins and abviously with sleek theme.

Theme

Refined

N|Solid

Plugins

- Composer

- Git

- Sublime

- mercurial

- Sudo

- Z

Installation

brew install zsh zsh-syntax-highlighting

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

brew install npm && npm install --global pure-prompt

Theme Installation

git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k

Post Installation

Add zshrc in .bashrc for autoload

# Launch Zsh
if [ -t 1 ]; then
exec zsh
fi

Configuration

  • Edit ~/.zshrc for more configuration vi ~/.zshrc
  • Replace it with ~/.zshrc content
  • Uncomment Section Accroding to your needs.
  • source ~/.zshrc

Addons