nyaahara / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

## For using
mkdir ~/dotfiles
mv  ~/.vimrc ~/dotfiles/_vimrc
mv  ~/.gvimrc ~/dotfiles/_gvimrc
ln -s ~/dotfiles/_vimrc ~/.vimrc
ln -s ~/dotfiles/_gvimrc ~/.gvimrc
ln -s ~/dotfiles/git-completion.zsh git-completion.zsh

## For using plug.vim
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

About


Languages

Language:Vim Script 92.6%Language:Shell 7.4%