wilon / oh-my-zsh

My custom oh-my-zsh.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oh My Zsh

Oh My Zsh is an open source, community-driven framework for managing your zsh configuration.

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

Set a simple bash config. curl -fsSL https://raw.githubusercontent.com/wilon/oh-my-zsh/master/tools/simple_install.sh | bash -

My custom oh-my-zsh

The default shell zsh is canceled.

zshrc config

Cat $ZSH/templates/zshrc.zsh-template

wvim A vim config.

wvim, setup vim whith a config file : $ZSH/templates/vimrc.zsh-template My vimrc: wilon/vim-myvimrc

git config

$ZSH/templates/gitconfig.zsh-template

history record

sh $ZSH/tools/merge_history.sh

!!! Save the history to this project.

Auto update

Check update based on this repo commit.

自定义命令 alias

  • cd -[TAB]
  • php54 -v php5.4
  • php56 -v php5.6
  • php70 -v php7.0
  • php71 -v php7.1
  • wvim [FILE]
  • killgrep [STRING]
  • st [FILE/DIR] Sublime Text open FILE/DIR
  • stdir cd Sublime Text programe dir
  • chromeext cd Chrome programe dir
  • macws cd mac workspace
  • ifengws cd linux ifeng web dir
  • lnmpws cd linux lnmp web dir
  • wn cd nginx config dir

About

My custom oh-my-zsh.

License:MIT License


Languages

Language:Shell 98.0%Language:Roff 1.1%Language:Perl 0.4%Language:Python 0.3%Language:Ruby 0.1%Language:Makefile 0.0%