aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index d758066..fb7dac4 100755
--- a/install.sh
+++ b/install.sh
@@ -3,6 +3,10 @@
3CONFIG=~/.config 3CONFIG=~/.config
4mkdir -p "$CONFIG" 4mkdir -p "$CONFIG"
5 5
6# abook
7mkdir -p ~/.abook
8cp abook/abookrc ~/.abook
9
6# tmux 10# tmux
7cp -R tmux "$CONFIG" 11cp -R tmux "$CONFIG"
8 12