Skip to content

darylhansen/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My vim configuration. To use this configuration:

1a. Get the files:

DOTFILE_PATH="~/dotfiles" # or whereever you want the repo to be
git clone --recursive https://github.com/darylhansen/dotfiles $DOTFILE_PATH
ln -s $DOTFILE_PATH/_vimrc ~/.vimrc
ln -s $DOTFILE_PATH/_vim ~/.vim

1b. Alternatively, I think that this would also work:

git clone https://github.com/darylhansen/dotfiles/_vimrc.git ~/.vimrc
  1. Install and setup Vundle (http://github.com/gmarik/vundle):
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors