[vim] got rid of directory

Kind of flattening where I can, since I don't house anything in the vim
directory except my rc files these days, there's no reason to have it as
part of the repo
This commit is contained in:
Josh Sherman 2017-12-23 17:32:56 -06:00
parent e3b1eb6431
commit d929676725
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
3 changed files with 2 additions and 4 deletions

View file

@ -21,6 +21,7 @@ rm -rf \
$HOME/.mongorc.js \ $HOME/.mongorc.js \
$HOME/.screenrc \ $HOME/.screenrc \
$HOME/.vim \ $HOME/.vim \
$HOME/.vimrc \
$HOME/.zshrc $HOME/.zshrc
ln -s $DOTFILES/gemrc $HOME/.gemrc ln -s $DOTFILES/gemrc $HOME/.gemrc
@ -28,7 +29,7 @@ ln -s $DOTFILES/gitconfig $HOME/.gitconfig
ln -s $DOTFILES/gtk.css $HOME/.config/gtk-3.0/gtk.css ln -s $DOTFILES/gtk.css $HOME/.config/gtk-3.0/gtk.css
ln -s $DOTFILES/mongorc.js $HOME/.mongorc.js ln -s $DOTFILES/mongorc.js $HOME/.mongorc.js
ln -s $DOTFILES/screenrc $HOME/.screenrc ln -s $DOTFILES/screenrc $HOME/.screenrc
ln -s $DOTFILES/vim $HOME/.vim ln -s $DOTFILES/vimrc $HOME/.vimrc
ln -s $DOTFILES/zshrc $HOME/.zshrc ln -s $DOTFILES/zshrc $HOME/.zshrc
mkdir -p \ mkdir -p \

3
vim/.gitignore vendored
View file

@ -1,3 +0,0 @@
bundle
pack
.netrwhist

View file