From 9f2655b4568131697b220b08c106f60f4f65395d Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 17 Oct 2017 13:52:19 +0200 Subject: [PATCH] --- bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 552f997..79d9800 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,7 +1,7 @@ #! /bin/sh -sudo bash -c "apt install elinks git zsh curl neovim byobu command-not-found apt-file htop python3-venv python3 locales man mc && \ - update-command-not-found && \ - apt-file update" +sudo bash -c "apt install bash-completion elinks git zsh curl vim-nox byobu command-not-found apt-file htop python3-venv python3 locales man mc && \ + apt-file update && \ + update-command-not-found" mkdir -p $HOME/.vim/autoload $HOME/.vim/bundle && \ curl -LSso $HOME/.vim/autoload/pathogen.vim https://github.com/tpope/vim-pathogen/raw/master/autoload/pathogen.vim && \