cleanup
This commit is contained in:
+1
-1
@@ -16,5 +16,5 @@ done
|
|||||||
if [ ! -e $HOME/.$link ]; then
|
if [ ! -e $HOME/.$link ]; then
|
||||||
ln -s $(pwd)/sshconfig $HOME/.ssh/config;
|
ln -s $(pwd)/sshconfig $HOME/.ssh/config;
|
||||||
fi
|
fi
|
||||||
|
git clone https://github.com/VundleVim/Vundle.vim.git $HOME/.vim/bundle/Vundle.vim
|
||||||
cat $(pwd)/pubkeys/* > $HOME/.ssh/authorized_keys
|
cat $(pwd)/pubkeys/* > $HOME/.ssh/authorized_keys
|
||||||
|
|||||||
@@ -79,7 +79,6 @@ call vundle#begin()
|
|||||||
Plugin 'VundleVim/Vundle.vim'
|
Plugin 'VundleVim/Vundle.vim'
|
||||||
Plugin 'tomasiser/vim-code-dark'
|
Plugin 'tomasiser/vim-code-dark'
|
||||||
Plugin 'tpope/vim-fugitive'
|
Plugin 'tpope/vim-fugitive'
|
||||||
Plugin 'git://git.wincent.com/command-t.git'
|
|
||||||
Plugin 'vim-airline/vim-airline'
|
Plugin 'vim-airline/vim-airline'
|
||||||
Plugin 'vim-airline/vim-airline-themes'
|
Plugin 'vim-airline/vim-airline-themes'
|
||||||
Plugin 'preservim/nerdtree'
|
Plugin 'preservim/nerdtree'
|
||||||
|
|||||||
Reference in New Issue
Block a user