diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-05-20 14:01:24 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-05-20 14:01:24 +0200 |
commit | 75c4df6540c7e963ff48d3e37576956489ef165d (patch) | |
tree | 43f553eb4ac34ef2249e7a9a4d66d7795e7ff5ce /bin/install.sh | |
parent | dadf4f7e58f1d192b869b97798feade6362a101b (diff) | |
download | dotfiles-75c4df6540c7e963ff48d3e37576956489ef165d.tar.gz dotfiles-75c4df6540c7e963ff48d3e37576956489ef165d.zip |
Made things work
Diffstat (limited to 'bin/install.sh')
-rwxr-xr-x | bin/install.sh | 12 |
1 files changed, 9 insertions, 3 deletions
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 |