dcparker / gmailboomerang

GTD - Brings messages back to the inbox that you label Tomorrow, Next Week, and Next Month, when appropriate.

This URL has Read+Write access

gmailboomerang / install.rb
100755 9 lines (8 sloc) 0.235 kb
1
2
3
4
5
6
7
8
9
#!/bin/sh
# 1) Copy everything into ~/.gmail_boomerang
mkdir ~/.gmail_boomerang
cp -r * ~/.gmail_boomerang/
chmod +x ~/.gmail_boomerang/*.rb
# 2) Install the crontab
cat crontab.txt | crontab
echo "GmailBoomerang is installed! Enjoy!"