diff options
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -3,6 +3,10 @@ | |||
| 3 | CONFIG=~/.config | 3 | CONFIG=~/.config |
| 4 | mkdir -p "$CONFIG" | 4 | mkdir -p "$CONFIG" |
| 5 | 5 | ||
| 6 | # abook | ||
| 7 | mkdir -p ~/.abook | ||
| 8 | cp abook/abookrc ~/.abook | ||
| 9 | |||
| 6 | # tmux | 10 | # tmux |
| 7 | cp -R tmux "$CONFIG" | 11 | cp -R tmux "$CONFIG" |
| 8 | 12 | ||
