Travis' build status shown in the readme file
This commit is contained in:
parent
0200971dd8
commit
81a2a509bb
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue