8000 GitHub - wanggaolei/vimrc
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wanggaolei/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Clone

git clone https://github.com/wanggaolei/vimrc $HOME/vimrc
ln -sf $HOME/vimrc/.vim $HOME/.vim
ln -sf $HOME/vimrc/.vimrc $HOME/.vimrc

VIM-Plug Installation

Unix/Linux

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

Windows (PowerShell)

iwr -useb https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |`
    ni $HOME/vimfiles/autoload/plug.vim -Force

Plugins Installation

Luanch Vim, run :PlugInstall in Vim.

Fonts Installation

Powerline Fonts

git clone https://github.com/powerline/fonts.git --depth=1
cd fonts
./install.sh ## install.ps1 for Windows
cd ..
rm -rf fonts

Nerd Fonts

https://www.nerdfonts.com/font-downloads

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0