This commit is contained in:
Tobias Schmidl 2017-10-17 13:52:19 +02:00 committed by GitHub
parent e697871c73
commit 9f2655b456

View file

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