All my Vim settings from all my computers all in one spot.
- Remove old _vimrc or merge it into the repository.
- Remove old vimfiles or merge it into the repository. (Optional)
- Git clone to users home (
~/
) this will create~/.git
. Using commandgit clone https://github.com/R1egn/.vim
. - In home link _vimrc File system links must be manually made: Create ~/_vimrc linked to _vimrc in the repository. Note after trying to write scripts that would create these links automatically I changed my mind and thought that a manual process is probably much safer.
Link local _vimrc to repository _vimrc. (Needs admin or use Git Bash.)
mklink %userprofile%\_vimrc %userprofile%\.vim\_vimrc
Hard link ~/.vimrc to repository ~/.vim/_vimrc.
ln ~/.vim/_vimrc ~/.vimrc
- Keep it simple yo.
- Try to make it work on all systems.
- All file system stuff should point to the files inside the repository.
- IM003327 This originally had the most settings setup. Really the source.
- Merge in SAS syntax formatting.
- Update other filetype scripts: sas, ps1, nfo .
- Cleanup _vimrc
- Remove the unneeded branches IM003327, 2Face, others? It can all go in master.