- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.sh
More file actions
Latest commit
executable file
·23 lines (19 loc) · 434 Bytes
/
Copy pathsetup.sh
File metadata and controls
executable file
·23 lines (19 loc) · 434 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh
.$PWD/setup_common.sh
git clone git://github.com/rupa/z $HOME/.zsh
sym_to_home .bashrc
sym_to_home .zshrc
sym_to_home .vimrc
sym_to_home .gvimrc
sym_to_home .tmux.conf
sym_to_home .xmodmap
sym_to_home .caps_killer
sym_to_home .ghci
if mkdir_if_needed .config/Terminal ;then
sym_to_home .config/Terminal/terminalrc
fi
if mkdir_if_needed scripts ;then
forfin scripts/*;do
sym_to_home $f
done
fi