Skip to content

alex81527/configs

Repository files navigation

Vim

Quick setup

sh -c "$(curl -fsSL https://raw.githubusercontent.com/alex81527/configs/master/vim-setup.sh)"

Plugins:

Plugin specific configuration

YouCompleteMe

"Settings for YouCompleteMe                                                     
let g:ycm_global_ycm_extra_conf = '~/.ycm_extra_conf.py'                        
"no confirmation for ycm_confirm_extra_conf each time                           
let g:ycm_confirm_extra_conf = 0                     

Syntastic

  • See FAQ section.
  • Doc: ~/.vim/bundle/syntastic/doc

Zsh

  • Install oh-my-zsh.
    sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
  • Download .zshrc
    curl -sSL https://raw.githubusercontent.com/alex81527/configs/master/.zshrc -o ~/.zshrc

About

.vimrc, .tmux.conf, .zshrc, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published