Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshgillies/.vim
Vim configs
https://github.com/joshgillies/.vim
Last synced: 5 days ago
JSON representation
Vim configs
- Host: GitHub
- URL: https://github.com/joshgillies/.vim
- Owner: joshgillies
- Created: 2011-04-17T02:00:20.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-04-18T15:58:42.000Z (over 13 years ago)
- Last Synced: 2024-10-19T00:15:24.574Z (27 days ago)
- Language: VimL
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Credits:
Mad props to http://vimcasts.org/ in particular episode #27 "Synchronizing plugins with git submodules and pathogen" - Too cool!Installation:
git clone git://github.com/joshgillies/.vim.git ~/.vim
Create symlinks:
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc
ln -s ~/.vim/pathogen/autoload/pathogen.vim ~/.vim/autoload/pathogen.vimSwitch to the `~/.vim` directory, and fetch submodules:
cd ~/.vim
git submodule init
git submodule update