From eac22fde48830ff853c7b41bedb52fee782fa174 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Fri, 19 Jan 2018 09:06:09 +0100 Subject: [PATCH] select neovim instead of vim-nox, added fortunes, cowsay --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index e952a9b..ede043a 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,5 @@ #! /bin/sh -sudo -S 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 && \ +sudo -S bash -c "apt install bash-completion elinks git zsh curl neovim fortunes fortunes-de fortunes-debian-hints fortunes-off cowsay byobu command-not-found apt-file htop python3-venv python3 locales man mc && \ apt-file update && \ update-command-not-found"