A simple repository for cloning my vim configuration across multiple machines. Use as you like.
- Clone the repository.
- Clone the submodules.
git submodule init
git submodule update
- Setup your
.vimrc
- Use my vimrc:
ln -sv vimrc.dist ~/.vimrc
- Use my vimrc, and change it to meet your needs:
cp vimrc.dist ~/.vimrc
- Use my vimrc:
- Clone the repository to a location of your choosing.
- Run
./.bin/install.sh
- Follow the prompts and enjoy!
- Requires
git
- Requires
vim
- Requires
npm
+nodejs
- Requires the
sh
shell- Most
*nix
systems are distributed withsh
so you should have no problem running this.
- Most
- Can prompt to install
git
,vim
, andnpm
. - If you have an existing
.vim
profile and.vimrc
, the installer will help back them up.
- The ultimate Vim configuration: vimrc
- Borrowed the basic/extended/filetypes configurations it provides.