Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 769 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 769 Bytes

Tyler Dot Files

These are config files to set up a system the way I like it.

Installation

If you don't want to compile YouCompleteMe manually, you should uncomment the do block for line Plug 'Valloric/YouCompleteMe' ", { 'do': './install.py --clang-completer' } by simply removing the " mark.

git clone git://github.com/hit-ybai/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
rake install
vim +PlugInstall +qall

If you would like to use zsh and on-my-zsh, then you should run this:

git submodule init
git submodule update
rake install

Install tmux plugins

https://github.com/tmux-plugins/tpm#installation

Environment

It will work on Mac OS X and Linux.

Vim Plugins

https://github.com/hit-ybai/dotfiles/blob/master/vimrc#L12