Skip to content

Rahulsharma0810/Zsh-Pro-Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Rapid ZSH Setup

N|Solid

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

Theme

N|Solid

Plugins

- Git

- 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

Releases

No releases published

Packages

No packages published

Languages