From: Mart Lubbers Date: Wed, 25 Nov 2020 14:10:49 +0000 (+0100) Subject: add tudu X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=fa566d9c139e4ce03e137fd2183f9886c75dafcb;p=dotfiles.git add tudu --- diff --git a/cal/.config/khal/config b/cal/.config/khal/config index 9b725e6..737bbbd 100644 --- a/cal/.config/khal/config +++ b/cal/.config/khal/config @@ -43,3 +43,6 @@ firstweekday = 0 default_command = calendar default_calendar = mart show_all_days = True + +[keybindings] +external_edit = E diff --git a/cal/.config/todoman/todoman.conf b/cal/.config/todoman/todoman.conf index e58ff26..2c995d4 100644 --- a/cal/.config/todoman/todoman.conf +++ b/cal/.config/todoman/todoman.conf @@ -1,5 +1,5 @@ [main] -path = ~/.local/share/vdirsyncer/tasks/default +path = ~/.local/share/vdirsyncer/tasks/* humanize = true default_list = default default_due = 0 diff --git a/cal/.config/tudu/config b/cal/.config/tudu/config new file mode 100644 index 0000000..971b3e4 --- /dev/null +++ b/cal/.config/tudu/config @@ -0,0 +1,2 @@ +[ general ] +visual_tree = yes diff --git a/shell/.bashrc b/shell/.bashrc index b3744db..5df7160 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -16,6 +16,7 @@ export SUDO_ASKPASS=/usr/lib/ssh/ssh-askpass # XDG fixes alias svn="svn --config-dir \"${XDG_CONFIG_HOME:-$HOME/.config}\"/subversion" alias tmux="tmux -f \"${XDG_CONFIG_HOME:-$HOME/.config}/tmux/config\"" +alias tudu="tudu -f \"${XDG_DATA_HOME:-$HOME/.local/share}\"/tudu/tudu.xml -c \"${XDG_CONFIG_HOME:-$HOME/.config}/tudu/config\"" export NOTMUCH_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}"/notmuch/config export PASSWORD_STORE_DIR="${XDG_DATA_HOME:-$HOME/.local/share}"/pass export TMUX_TMPDIR="$XDG_RUNTIME_DIR" @@ -24,7 +25,7 @@ export CLEAN_HOME=/opt/clean-x64 export PATH=~/.local/bin:$PATH export PATH=$PATH:$CLEAN_HOME/lib/exe:$CLEAN_HOME/bin -export PATH=$PATH:/opt/texlive/2020/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin:/opt/firefox +export PATH=$PATH:/opt/texlive/2020/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/firefox export MANPATH=~/.local/share/man:/opt/texlive/2020/texmf-dist/doc/man:./arduino/java/man:$MANPATH