https://github.com/iphoting/dot-vim
My ~/.vim folder
https://github.com/iphoting/dot-vim
Last synced: 4 days ago
JSON representation
My ~/.vim folder
- Host: GitHub
- URL: https://github.com/iphoting/dot-vim
- Owner: iphoting
- Created: 2012-05-02T17:34:24.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-08-16T17:38:49.000Z (over 2 years ago)
- Last Synced: 2026-01-20T04:44:48.568Z (27 days ago)
- Language: Vim Script
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- 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.