From cbc95256ba9705cef2cc22d5861a0831572c3dcd Mon Sep 17 00:00:00 2001 From: mg Date: Wed, 14 Dec 2022 11:56:04 +0100 Subject: [PATCH] Update 'scripts/setup_minimal.sh' --- scripts/setup_minimal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup_minimal.sh b/scripts/setup_minimal.sh index 18d9123..bd16631 100755 --- a/scripts/setup_minimal.sh +++ b/scripts/setup_minimal.sh @@ -2,7 +2,7 @@ # Aufruf: wget https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh && bash -s ./setup_minimal.sh cd ~ -sudo apt update && sudo apt install git tmux vim exa rigrep +sudo apt update && sudo apt install git tmux vim ripgrep ca-certificates git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim git clone https://git.mgrote.net/mg/dotfiles ~/dotfiles