Skip to content
forked from ohmyzsh/ohmyzsh

A delightful community-driven (with 1,000+ contributors) framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc), over 140 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

Notifications You must be signed in to change notification settings

wqz-leo/oh-my-zsh

 
 

Repository files navigation

Installation:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/wangqingzhouleo/oh-my-zsh/master/tools/install.sh)"
remove .oh-my-zsh
mv oh-my-zsh .oh-my-zsh
copy .zshrc from .oh-my-zsh to ~

Install fonts

git clone https://github.com/powerline/fonts.git
cd fonts
./install.sh
cd ..
rm -rf fonts

Install theme

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

Install zsh tools

git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
brew install zsh-syntax-highlighting
brew install git-extras

Terminal theme

Import from Pro.terminal

Xcode settings

cp Leo.idekeybindings ~/Library/Developer/Xcode/UserData/KeyBindings
cp WWDC.xccolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes

Sublime

copy Sublime/User to ~/Library/Application Support/Sublime Text/Packages/User

About

A delightful community-driven (with 1,000+ contributors) framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc), over 140 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 98.7%
  • Other 1.3%