Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 1.53 KB

README.md

File metadata and controls

33 lines (30 loc) · 1.53 KB

Linux

Also works for GitBash on Windows

  • curl -o ~/.vimrc https://raw.githubusercontent.com/andylytical/vimrc/main/vimrc

Windows

Run all commands in PowerShell as normal user

  • Download vimrc file
Invoke-WebRequest https://raw.githubusercontent.com/andylytical/vimrc/main/vimrc -outfile $env:USERPROFILE\_vimrc
  • Install Solarized Colorscheme
mkdir -path $env:USERPROFILE\vimfiles\colors -Force
Invoke-WebRequest https://raw.githubusercontent.com/altercation/vim-colors-solarized/master/colors/solarized.vim -outfile $env:USERPROFILE\vimfiles\colors\solarized.vim

Plug-In Docs and Tutorials

VimPlug (plugin manager)

3rd Party Plug-ins

See also