Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfowley/dotvim
My .vim config
https://github.com/gfowley/dotvim
Last synced: 20 days ago
JSON representation
My .vim config
- Host: GitHub
- URL: https://github.com/gfowley/dotvim
- Owner: gfowley
- Created: 2015-06-21T17:42:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T02:42:56.000Z (almost 6 years ago)
- Last Synced: 2024-12-01T22:05:44.625Z (3 months ago)
- Language: Vim script
- Size: 47.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Installation:
git clone git://github.com/gfowley/dotvim.git ~/.vim
Create symlinks:
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrcSwitch to the `~/.vim` directory, and fetch submodules:
cd ~/.vim
git submodule init
git submodule updateTo install more vim plugins (DO NOT USE git clone...!!)
cd ~/.vim/bundle
git submodule addTo update submodules:
git submodule update --remote --merge
To update repo
cd ~/.vim
git add
git commit -m
git push