My MacOS/Linux rc (config) files include's zsh, vim ect.
$ mkdir ~/.antigen
$ git clone git://github.com/zsh-users/antigen.git ~/.antigen/antigen$ git clone git://github.com/leopku/dotfiles.git$ cd dotfiles
$ cp .vimrc ~/.vimrc
$ cp .zshrc ~/.zshrc
# running this line under **mac**
$ cp zshrc_local.mac ~/.zshrc_local
# running this line under **linux**
# $ cp zshrc_local.linux ~/.zshrc_local
$ cp .alias ~/.alias
$ cp alias_local.example ~/.alias_localdefault aliases file, provides following commands:
config.zsh: open~/.zshrcin vimconfig.zsh.refresh: reload~/.zshrcconfig.zsh.local: open~/.zshrc_localin vimconfig.zsh.local.refresh: reload~/.zshrc_localconfig.alias: open~/.aliasin vimconfig.alias.refresh: reload~/.aliasconfig.alias.local: open~/.alias_localin vimconfig.alias.refresh: reload~/.alias_localconfig.vim: open~/.vimrcin vimconfig.hosts: open/etc/hostsin vim with root(sudo)network.port_alive: usingnetwork.port_alive <ip> <port>to testing port is alivingnetwok.wild_ip: get internet outgoing ip.
edit ~/.zshrc_local and put your custome zsh configuration in it.
edit ~/.alias_local and put your custome alias in it.
zsh was antigen based.
- antigen
- bundler
- colored-man
- command-not-found
- extract
- gem
- git
- git-extras
- bobthecow/git-flow-completion
- history
- python
- rsync
- vundle
- zsh-users/zsh-syntax-highlighting
- zsh-users/zsh-history-substring-search
- zsh-users/zsh-completions
- show ruby version manager - rbenv or rvm
- show ruby version
- show git branch info
- show git status
vim was vundle based.
- vundle
- emmet
- nerdtree
- neocomplcache
- AutoClose
- ctrlp
- vim-airline
- fugitive
- syntastic
- vim-easymotion
- bufexplorer
- vim-multiple-cursors
- vim-commentary
- womprat (default)
- solarized
- base16-ocean