my dotz
0

Configure Feed

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

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