Skip to content

Commit

Permalink
[dn] More migrating
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan North committed Sep 18, 2013
1 parent 862419b commit 72a68a1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 72 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/tags
/vim/sessions/
/vim/bundle/
/vim/.netrwhist
/sessions/
/bundle/
/.netrwhist
63 changes: 0 additions & 63 deletions .gitmodules

This file was deleted.

10 changes: 5 additions & 5 deletions README
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# This is my vim setup.
#
# I'm using pathogen to keep all my vim plugins in separate directories,
# and git submodules to manage both pathogen itself and all the plugins.
# I'm using vundle to keep all my vim plugins in separate directories.
#
# To get started, just move your existing .vim and .vimrc out of the way and
# source this file, or type the following from wherever you want to install:

git clone --recursive git://github.com/tastapod/vimfiles.git
ln -s $PWD/vimfiles/vim ~/.vim
ln -s $PWD/vimfiles/vimrc ~/.vimrc
git clone https://github.com/tastapod/vimfiles.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle


# To add a new plugin:
#
Expand Down
1 change: 0 additions & 1 deletion vim/bundle/addons

This file was deleted.

0 comments on commit 72a68a1

Please sign in to comment.