Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 562 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 562 Bytes

Su's Dotfiles

Foo.

Installation

  1. Install NVM

  2. Run the following commands:

    git clone --recursive git@github.com:zhangsu/dotfiles.git
    cd dotfiles
    git submodule update --init --recursive --remote
    rake
    rake install_oh_my_zsh  # this also changes the shell
    exec zsh
    rake install_vim_plugins
  3. Install YouCompleteMe

Update submodules

git submodule update --init --recursive --remote