Skip to content

vv01f/vimrc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimrc

Just a fork from the great dotfiles repository by Felix Geisendörfer (https://github.com/felixge/dotfiles) with some changings

Howto Install

1. get vimrc-package (via eri451) in $place
cd $place
git clone https://github.com/vv01f/vimrc.git
2. create symlinks for each users to be subject to this config
cd ~
ln -s $place/.vim ~/.vim
ln -s $place/.vimrc ~/.vimrc
3. get Vundle (via gmarik) to ~/.vim/bundle/
cd ~/.vim/bundle
git clone https://github.com/gmarik/Vundle.vim.git
4. (optionally) en-/disable "MyBundles"

option is to be found around line 23 in ~/.vimrc

5. install Bundles
vim +BundleInstall
6. start vim the 1st time with the new config
vim

About

My setup. Pick what you like.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 97.3%
  • Python 2.0%
  • Ruby 0.4%
  • CSS 0.2%
  • CoffeeScript 0.1%
  • Shell 0.0%