dotfiles for me
vim, git configuration, etc.
clone remote branch into local branch
$ git clone https://github.com/ashnamuh/dotfiles.git ~/dotfiles
create symbolic link files
$ ln -s ~/dotfiles/vimrc ~/.vimrc
$ ln -s ~/dotfiles/vim ~/.vim
$ ln -s ~/dotfiles/gitconfig ~/.gitconfig
type $ vim
and :PlugInstall
MIT