aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-04-27 23:03:26 +0200
committerThomas Schmucker <ts@its1.de>2023-04-27 23:03:26 +0200
commit9539dca56909371d91c4085f35bde5cd3d5e837a (patch)
tree9022ab8f2fd96898502aebbd904daf91dffa1af4 /install.sh
parentd94b80e74c3423dd530bddfe9d50aef936f2894e (diff)
downloaddotfiles-9539dca56909371d91c4085f35bde5cd3d5e837a.tar.gz
dotfiles-9539dca56909371d91c4085f35bde5cd3d5e837a.tar.bz2
dotfiles-9539dca56909371d91c4085f35bde5cd3d5e837a.zip
Konfiguration für abook hinzugefügt
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