https://github.com/usmanbashir/dotvimfiles
The sacred VIM directory.
https://github.com/usmanbashir/dotvimfiles
dotfiles vim vim-configuration vimrc
Last synced: about 2 months ago
JSON representation
The sacred VIM directory.
- Host: GitHub
- URL: https://github.com/usmanbashir/dotvimfiles
- Owner: usmanbashir
- Created: 2012-10-10T00:23:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T19:35:12.000Z (about 6 years ago)
- Last Synced: 2025-06-25T20:06:05.596Z (12 months ago)
- Topics: dotfiles, vim, vim-configuration, vimrc
- Language: Vim script
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotvimfiles
_The sacred VIM directory._
- - -
#### Installation:
Clone the repository to your home directory:
git clone git@github.com:usmanbashir/dotvimfiles.git
Next install the Vim plugins:
* `cd dotvimfiles`
* `git submodule init`
* `git submodule update`
Finally create a __symlink__ to the _.vimrc_ file in your home directory:
ln -s ~/dotvimfiles/.vimrc ~/.vimrc
#### Feedback
- - -
Suggestions and Improvements are [welcome](https://github.com/usmanbashir/dotvimfiles/issues)!