Add installation of PyCardDav
This commit is contained in:
parent
b4113ad0ad
commit
32ffb9a0bf
1 changed files with 3 additions and 0 deletions
|
@ -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' ]
|
||||
|
|
Loading…
Reference in a new issue