Skip to content
forked from larrylv/dotfiles

config files for vim, tmux, bash, zsh, git, etc.

License

Notifications You must be signed in to change notification settings

hit-ybai/dotfiles

 
 

Repository files navigation

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:https://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

About

config files for vim, tmux, bash, zsh, git, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 71.0%
  • Shell 13.7%
  • Emacs Lisp 10.6%
  • HTML 2.5%
  • Ruby 2.2%