From debbd6150afb57f7c4fb08802221bb508357b7df Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Sat, 1 Aug 2015 07:43:12 +0200 Subject: [PATCH] remove todoman dependency, as the git server hosting is unreliable --- common/configure_fresh_system | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/common/configure_fresh_system b/common/configure_fresh_system index efca32b4..be0f146c 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -34,8 +34,6 @@ ln -vfs "$DIR/.conky" ~/. ln -vfs "$DIR/.gitconfig.linux.private" ~/.gitconfig mkdir -p ~/.config/autostart/ ln -vfs "$DIR/.config/autostart/conky.desktop" ~/.config/autostart/ -mkdir -p ~/.config/todoman/ -ln -vfs "$DIR/.config/todoman/todoman.conf" ~/.config/todoman/ mkdir -p ~/.config/vdirsyncer/ ln -vfs "$DIR/.config/vdirsyncer/config" ~/.config/vdirsyncer/ @@ -77,9 +75,7 @@ rvm install ruby sudo ln -vfs /usr/bin/nodejs /usr/bin/node sudo npm install -g reveal-md -# TODOs + sync -echo "installing todoman" -cd "$DIR/common/todoman/" +# vdir syncer sudo python3 setup.py install echo "installing vdirsyncer" sudo pip install vdirsyncer