This commit is contained in:
Christian Koptein 2024-07-14 14:38:53 +02:00
parent 72b02f7feb
commit f932f42ff5
2 changed files with 1 additions and 2 deletions

View File

@ -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

1
vimrc
View File

@ -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'