From 75c4df6540c7e963ff48d3e37576956489ef165d Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Sun, 20 May 2018 14:01:24 +0200 Subject: Made things work --- bin/install.sh | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'bin/install.sh') diff --git a/bin/install.sh b/bin/install.sh index 18c8def..dc6c67a 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -1,5 +1,11 @@ #!/bin/sh -ln -iv tmux.conf ~/.tmux.conf -ln -iv bashrc ~/.bashrc -ln -iv vim/vimrc ~/.vimrc +sudo apt-get install git zsh + + +ln -i tmux.conf ~/.tmux.conf +ln -i bashrc ~/.bashrc +ln -i vim/vimrc ~/.vimrc +ln -i Hyperterm/hyper.js ~/.hyper.js + +ln -i Hyperterm/local ~/.hyper_plugins/local -- cgit v1.2.3