Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 340 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 340 Bytes

Labi Kyo's dotfiles

Installation

Clone the repository into your home directory, recommend to named as '.dotfiles'.

git clone https://github.com/LabiKyo/dotfiles ~/.dotfiles

cd to the directory, run link.sh.

cd .dotfiles; ./link.sh

Install vim plugins using vundle.

vim +PluginInstall +qall