From f932f42ff518501e7fec5f7df0b132da73a7eccc Mon Sep 17 00:00:00 2001 From: Christian Koptein Date: Sun, 14 Jul 2024 14:38:53 +0200 Subject: [PATCH] cleanup --- install.sh | 2 +- vimrc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index abfe5d1..64f98d8 100755 --- a/install.sh +++ b/install.sh @@ -16,5 +16,5 @@ done if [ ! -e $HOME/.$link ]; then ln -s $(pwd)/sshconfig $HOME/.ssh/config; fi - +git clone https://github.com/VundleVim/Vundle.vim.git $HOME/.vim/bundle/Vundle.vim cat $(pwd)/pubkeys/* > $HOME/.ssh/authorized_keys diff --git a/vimrc b/vimrc index ca6488d..3f05183 100644 --- a/vimrc +++ b/vimrc @@ -79,7 +79,6 @@ call vundle#begin() Plugin 'VundleVim/Vundle.vim' Plugin 'tomasiser/vim-code-dark' Plugin 'tpope/vim-fugitive' -Plugin 'git://git.wincent.com/command-t.git' Plugin 'vim-airline/vim-airline' Plugin 'vim-airline/vim-airline-themes' Plugin 'preservim/nerdtree'