-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcrontab.txt
17 lines (14 loc) · 1.34 KB
/
crontab.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PATH=/Users/kyl/.nodenv/shims:/Users/kyl/.pyenv/shims:/Users/kyl/.dotkyl/bin:/Users/kyl/.fzf/bin:/Users/kyl/go/bin:/Users/kyl/google-cloud-sdk/bin:/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
45 17 * * 1-5 say -r 250 "Well I got five forty-five and its five forty-five"
30 */4 * * * env LC_ALL='C' /usr/local/bin/gupdatedb 2>&1 | grep -v "Permission denied" | grep -vi keybase | grep -v "Operation not permitted" | grep -v "No such file or directory"
30 15 * * * brew update
15 11 */2 * * env LC_ALL=en_US.UTF-8 urlwatch
*/10 * * * * fetchwork > /dev/null 2>&1
0 14 25 * * brew cleanup --prune=90
05 12 * * * gcloud components update 2>&1 | grep -v "All components are up to date" | grep -v '^$'
01 13 * * * cp /Users/kyl/Library/Application\ Support/Roam\ Research/backups/katylava/*.edn /Users/kyl/GoogleDrive/My\ Drive/Roam\ Backups
03 13 * * * find /Users/kyl/Library/Application\ Support/Roam\ Research/backups/katylava -mtime +7 -type f -delete > /dev/null 2>&1
05 13 * * * find /Users/kyl/GoogleDrive/My\ Drive/Roam\ Backups -mtime +30 -type f -delete > /dev/null 2>&1
50 8-17 * * 1-5 osascript -e 'display notification "Get up and get steps" with title "Move!" sound name "Frog"'
30 12 * * * mv /Users/kyl/Downloads/htu_autobackup_*.tsv /Users/kyl/Library/Mobile\ Documents/com~apple~CloudDocs/ChromeFullHistory/Personal/
# vim: ft=crontab