setup: add packages

This commit is contained in:
Michael Grote 2024-06-10 11:31:41 +02:00
parent d52be339b6
commit 7286eb65cb

View file

@ -2,7 +2,7 @@
# Aufruf: wget https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh && bash ./setup_minimal.sh # Aufruf: wget https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh && bash ./setup_minimal.sh
cd ~ cd ~
sudo apt update && sudo apt install git tmux vim ripgrep ca-certificates sudo apt update && sudo apt install git tmux vim ripgrep ca-certificates curl wget tree keychain
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
git clone https://git.mgrote.net/mg/dotfiles ~/dotfiles git clone https://git.mgrote.net/mg/dotfiles ~/dotfiles