Update 'scripts/setup_minimal.sh'
This commit is contained in:
parent
81e50771d1
commit
9e761b318e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue