From 1c0ec28d7966d9dbea25509589f1494d138ad6f9 Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Fri, 9 Dec 2022 19:16:02 +0100 Subject: [PATCH] add task and jrnl configs --- jrnl/.config/jrnl/jrnl.yaml | 19 +++++++++++++++++ task/.config/task/.taskrc | 42 +++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 jrnl/.config/jrnl/jrnl.yaml create mode 100644 task/.config/task/.taskrc diff --git a/jrnl/.config/jrnl/jrnl.yaml b/jrnl/.config/jrnl/jrnl.yaml new file mode 100644 index 0000000..b14c2ba --- /dev/null +++ b/jrnl/.config/jrnl/jrnl.yaml @@ -0,0 +1,19 @@ +colors: + body: none + date: none + tags: none + title: none +default_hour: 9 +default_minute: 0 +editor: nvim +encrypt: false +highlight: true +indent_character: '|' +journals: + default: + journal: /home/vectorkappa/.local/share/jrnl/journal.txt +linewrap: 79 +tagsymbols: '#@' +template: false +timeformat: '%F %r' +version: v3.3 diff --git a/task/.config/task/.taskrc b/task/.config/task/.taskrc new file mode 100644 index 0000000..8a4426c --- /dev/null +++ b/task/.config/task/.taskrc @@ -0,0 +1,42 @@ +# [Created by task 2.6.0 10/16/2021 21:12:31] +# Taskwarrior program configuration file. +# For more documentation, see https://taskwarrior.org or try 'man task', 'man task-color', +# 'man task-sync' or 'man taskrc' + +# Here is an example of entries that use the default, override and blank values +# variable=foo -- By specifying a value, this overrides the default +# variable= -- By specifying no value, this means no default +# #variable=foo -- By commenting out the line, or deleting it, this uses the default + +# You can also refence environment variables: +# variable=$HOME/task +# variable=$VALUE + +# Use the command 'task show' to see all defaults and overrides + +# Files +#data.location=/home/vectorkappa/.task + +# To use the default location of the XDG directories, +# move this configuration file from ~/.taskrc to ~/.config/task/taskrc and uncomment below + +data.location=~/.local/share/task +hooks.location=~/.config/task/hooks + +# Color theme (uncomment one to use) +#include light-16.theme +#include light-256.theme +#include dark-16.theme +#include dark-256.theme +#include dark-red-256.theme +#include dark-green-256.theme +#include dark-blue-256.theme +#include dark-violets-256.theme +#include dark-yellow-green.theme +#include dark-gray-256.theme +#include dark-gray-blue-256.theme +#include solarized-dark-256.theme +#include solarized-light-256.theme +#include no-color.theme + +news.version=2.6.0