Whatever you do to customize Vim, it should NEVER happen outside of $HOME:
on Linux, BSD and Cygwin, $HOME is usually /home/username/,
on Mac OS X, $HOME is /Users/username/,
on Windows, $HOME is usually C:\Users\username\.
The canonical location for your vimrc and your vim directory is at
...