setup: add packages
This commit is contained in:
parent
d52be339b6
commit
7286eb65cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue