Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 614 Bytes

File metadata and controls

16 lines (12 loc) · 614 Bytes

vim

Here is a copy of my vimrc. It's a work in progress, but this is at least a starting point.

SETUP: All you need to do is clone this repo into your ~/ directory, rename it to .vimrc to keep it out of the way and create a symbolic link to the .vim/vimrc file with the following commands:

mv vim .vim
ln -s .vim/vimrc .vimrc

NOTE: Thanks to Daniel Miessler for the initial configuration (https://github.com/danielmiessler/). If you are interested in this sort of thing, check out his site for some great articles and information on Information Security and other tech-related topics.