From 364ca3a5835acb4d00baceab660d054570e36418 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Thu, 24 May 2018 19:46:01 +0200 Subject: Changed install files a bit --- bin/install_mac.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 bin/install_mac.sh (limited to 'bin/install_mac.sh') diff --git a/bin/install_mac.sh b/bin/install_mac.sh new file mode 100755 index 0000000..dc6c67a --- /dev/null +++ b/bin/install_mac.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +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