[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:
parent
e3b1eb6431
commit
d929676725
3 changed files with 2 additions and 4 deletions
3
install
3
install
|
@ -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
3
vim/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
||||||
bundle
|
|
||||||
pack
|
|
||||||
.netrwhist
|
|
Loading…
Add table
Add a link
Reference in a new issue