small pixel drawing of a pufferfish dotfiles

replace jsync with syncthing
j3s j3s@c3f.net
Fri, 12 Mar 2021 13:12:29 -0600
commit

0526c62c5e141f60ccee77056d690333046c7ced

parent

9b81391bcedcb1c0e783a3969fe22a92a4a489a3

2 files changed, 0 insertions(+), 21 deletions(-)

jump to
D bin/bedtime

@@ -1,10 +0,0 @@

-#!/bin/sh -e -# -# Plan tomorrow's day - -notefile="$HOME/drop/notes.md" -printf '\n' >> "$notefile" -date +"%Y-%m-%d" >> "$notefile" -printf -- "----------------" >> "$notefile" -vim "+normal Go" +startinsert "$notefile" -jsync
D bin/jsync

@@ -1,11 +0,0 @@

-#!/bin/sh -e - -homedir="$HOME/drop" -if ! [ -d "$homedir" ]; then - git clone j3s@gibson:drop "$homedir" -fi -cd "$homedir" -git pull -git add --all -git commit -m "$(date +%s)" -git push