diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-05-24 19:46:01 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-05-24 19:46:01 +0200 |
commit | 364ca3a5835acb4d00baceab660d054570e36418 (patch) | |
tree | 659b75b9507f0916d0288f2da330ca281bb76fdd /bin/install_mac.sh | |
parent | 75c4df6540c7e963ff48d3e37576956489ef165d (diff) | |
download | dotfiles-364ca3a5835acb4d00baceab660d054570e36418.tar.gz dotfiles-364ca3a5835acb4d00baceab660d054570e36418.zip |
Changed install files a bit
Diffstat (limited to 'bin/install_mac.sh')
-rwxr-xr-x | bin/install_mac.sh | 11 |
1 files changed, 11 insertions, 0 deletions
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 |