Update 'scripts/setup_minimal.sh'

This commit is contained in:
Michael Grote 2022-12-14 11:53:51 +01:00
parent 81e50771d1
commit 9e761b318e

View file

@ -1,8 +1,8 @@
#!/bin/bash
# Aufruf: curl -s https://git.mgrote.net/mg/dotfiles/raw/branch/master/setup_minimal.sh | bash -s ./setup_minimal.sh
# Aufruf: wget https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh && bash -s ./setup_minimal.sh
cd ~
sudo apt install git tmux vim exa rigrep
sudo apt update && sudo apt install git tmux vim exa rigrep
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
git clone https://git.mgrote.net/mg/dotfiles ~/dotfiles