From 32ffb9a0bf7f93f5095c8e8ce95e14094b17a9bf Mon Sep 17 00:00:00 2001 From: Christophe Buffenoir Date: Fri, 20 Dec 2013 14:53:17 +0100 Subject: [PATCH] Add installation of PyCardDav --- update-home.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update-home.sh b/update-home.sh index 3f39cd8..162a510 100755 --- a/update-home.sh +++ b/update-home.sh @@ -20,6 +20,9 @@ touch ~/.zshrc-local pip install --upgrade --user jedi pip install --upgrade --user git+git://github.com/Lokaltog/powerline +pip install --upgrade --user pyCardDav +mkdir -p ~/.config/pycard +curl https://raw.github.com/geier/pycarddav/master/pycard.conf.sample > ~/.config/pycard/pycard.conf.sample # Copy the graphical part if needed if [ "$1" == '--graphic' ]