diff --git a/README.md b/README.md index 9d746e41..e2d8146e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/cyplo/dotfiles.svg?branch=master)](https://travis-ci.org/cyplo/dotfiles) + My common dotfiles for Linux, Mac and Cygwin e.g. my vim, terminal and font configs. diff --git a/common/configure_fresh_system b/common/configure_fresh_system index bc1688bd..587a9ae3 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -70,9 +70,11 @@ sudo ln -vfs /usr/bin/nodejs /usr/bin/node sudo npm install -g reveal-md # TODOs + sync +echo "installing todoman" cd "$DIR/common/todoman/" sudo python3 setup.py install -sudo pip install vdirsyncer +echo "installing vdirsyncer" +sudo pip3 install vdirsyncer echo echo "now go ahead and restart"