diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-28 16:18:53 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-28 16:23:15 +0100 |
commit | a214815179291a173faea8af894d602c865726c1 (patch) | |
tree | 0076024389dc0eead2b45c97bebc1d6ee4f69d01 /install | |
parent | 6f504fb861d7c6bc0c17471cab6acccb0317cfdb (diff) | |
download | myconfigs-a214815179291a173faea8af894d602c865726c1.tar.gz myconfigs-a214815179291a173faea8af894d602c865726c1.tar.bz2 myconfigs-a214815179291a173faea8af894d602c865726c1.zip |
Update khal and khard and add vdirsyncer
Diffstat (limited to 'install')
-rwxr-xr-x | install | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -91,9 +91,10 @@ if ask "Install desktop (i3..)"; then inst config/user-dirs.dirs ~/.config/user-dirs.dirs fi -if ask "Install khal khard"; then +if ask "Install calendar and contacts"; then inst config/khal/config ~/.config/khal/config inst config/khard/khard.conf ~/.config/khard/khard.conf + inst private/vdirsyncer/ ~/.vdirsyncer fi if ask "Install Surf configuration"; then |