Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:robertmeta/vim-files
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Melton committed Jul 23, 2012
2 parents 95396e9 + 0fa7a11 commit e1f12ec
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
@@ -1,2 +1,14 @@
Remember to
ln -s ~/.vim/vimrc ~/.vimrc (windows: mklink .vimrc vimfiles\vimrc)
Remember to make a link in your home directory to the ```.vimrc``` file, as follows:

#### Linux ####
```
ln -s ~/.vim/.vimrc ~/.vimrc
```


#### Windows (as an administrative user) ####

```
mklink .vimrc vimfiles\.vimrc
```

0 comments on commit e1f12ec

Please sign in to comment.