From 0674207841017af62c428f0497b3122487ea3137 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 16 Feb 2022 08:50:08 +0100 Subject: [PATCH] =?UTF-8?q?setup:=20vim=20tmux=20git=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup_minimal.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup_minimal.sh b/setup_minimal.sh index 56a6378..8e309d7 100644 --- a/setup_minimal.sh +++ b/setup_minimal.sh @@ -2,6 +2,8 @@ # Aufruf: curl -s https://git.mgrote.net/mg/dotfiles/raw/branch/master/setup_minimal.sh | bash -s ./setup_minimal.sh cd ~ +sudo apt install git tmux vim + git clone https://git.mgrote.net/mg/dotfiles ~/dotfiles ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf