dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 92d9ab94096ab467981bbe5b63c7c74a1004b5d9
parent d2d209b8d1e6f9e358f45c04da874e2244390bf8
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 26 Jan 2021 10:31:24 +0100

add todo script

Diffstat:
A.local/bin/todo.sh | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/.local/bin/todo.sh b/.local/bin/todo.sh @@ -0,0 +1,6 @@ +#!/bin/sh -e +cd "${HOME}/doc/todo" +git pull +$EDITOR todo.txt +git commit -a -m 'auto commit' +git push