diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-26 23:58:39 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-26 23:58:39 +0100 |
commit | 6f504fb861d7c6bc0c17471cab6acccb0317cfdb (patch) | |
tree | 2509d3033643ec64a500cb7d8d2c3421740d4569 /install | |
parent | feddfdd6cab28f55ab2b5597f89f3805bac2349a (diff) | |
download | myconfigs-6f504fb861d7c6bc0c17471cab6acccb0317cfdb.tar.gz myconfigs-6f504fb861d7c6bc0c17471cab6acccb0317cfdb.tar.bz2 myconfigs-6f504fb861d7c6bc0c17471cab6acccb0317cfdb.zip |
Add khal and khard
Diffstat (limited to 'install')
-rwxr-xr-x | install | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -91,6 +91,11 @@ if ask "Install desktop (i3..)"; then inst config/user-dirs.dirs ~/.config/user-dirs.dirs fi +if ask "Install khal khard"; then + inst config/khal/config ~/.config/khal/config + inst config/khard/khard.conf ~/.config/khard/khard.conf +fi + if ask "Install Surf configuration"; then inst surf/script.js ~/.surf/script.js inst surf/styles/default.css ~/.surf/styles/default.css |