my dotz
0

Configure Feed

Select the types of activity you want to include in your feed.

Add bedtime

+10
+10
bin/bedtime
··· 1 + #!/bin/sh -e 2 + # 3 + # Plan tomorrow's day 4 + 5 + notefile="$HOME/drop/notes.md" 6 + printf '\n' >> "$notefile" 7 + date +"%Y-%m-%d" >> "$notefile" 8 + printf -- "----------------" >> "$notefile" 9 + vim "+normal Go" +startinsert "$notefile" 10 + jsync