my dotz
0

Configure Feed

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

Simplify jsync, add jsync to notes

+5 -3
+4 -2
bin/jsync
··· 1 - #!/bin/sh 1 + #!/bin/sh -e 2 2 3 3 homedir="$HOME/drop" 4 - mkdir -p "$homedir" 4 + if ! [ -d "$homedir" ]; then 5 + git clone j3s@gibson:drop "$homedir" 6 + fi 5 7 cd "$homedir" 6 8 git pull 7 9 git add --all
+1 -1
bin/n
··· 4 4 5 5 notefile="$HOME/drop/notes.md" 6 6 vim "+normal Go" "$notefile" 7 - # jsync 7 + jsync