- dotfiles and personal scripts
- .vimrc:
- Require Vim 7.3 or higher.
- For gVim on Windows. Though I'm using it fine with gVim and Cygwin.
- Please keep in mind that:
let Vim source others' scripts this way sure has SECURITY CONCERN.
-
Clone this repository to your /tmp path.
git clone git://github.com/qiwei/dotfiles.git /tmp/dotfiles
-
Update submodule (will install NeoBundle):
cd /tmp/dotfiles git submodule init git submodule update
-
Start Vim with my vimrc.
vim -u /tmp/dotfiles/.vimrc
-
There would be errors during first run. Install plugins can fix them:
Launchvim
and run:NeoBundleInstall