blob: dc6c67a28b650117f91fae560910da5d51fcc6ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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
|