Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iphoting/dot-vim
My ~/.vim folder
https://github.com/iphoting/dot-vim
Last synced: about 1 month ago
JSON representation
My ~/.vim folder
- Host: GitHub
- URL: https://github.com/iphoting/dot-vim
- Owner: iphoting
- Created: 2012-05-02T17:34:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-08-16T17:38:49.000Z (about 1 year ago)
- Last Synced: 2024-04-09T22:37:17.622Z (7 months ago)
- Language: Vim Script
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# dot-vim
## About
Here's my collection of `~/.vim` files powered by pathogen. Each bundle is a git submodule, making it easy to stay up-to-date with upstream changes.## Installation
On a fresh machine without `~/.vim`, use the following clone command:
`````
$ git clone --recursive git://github.com/iphoting/dot-vim.git ~/.vim
$ ln -s ~/.vim/.vimrc ~/.vimrc
`````Alternatively:
`````
$ git clone git://github.com/iphoting/dot-vim.git ~/.vim
$ cd ~/.vim
$ git submodule update --init
$ ln -s ~/.vim/.vimrc ~/.vimrc
`````If you already have a `~/.vim` directory, consider manually integrating using symlinks.
## Credits
All credits go to the respective authors.