https://github.com/tlroy/dotvim
vim files
https://github.com/tlroy/dotvim
Last synced: 2 months ago
JSON representation
vim files
- Host: GitHub
- URL: https://github.com/tlroy/dotvim
- Owner: tlroy
- Created: 2020-12-07T19:09:06.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-07T19:49:06.000Z (about 5 years ago)
- Last Synced: 2025-01-10T13:46:59.237Z (12 months ago)
- Language: Vim script
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Installation:
git clone git://github.com/nelstrom/dotvim.git ~/.vim
Create symlinks:
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc
Switch to the `~/.vim` directory, and fetch submodules:
cd ~/.vim
git submodule init
git submodule update