taskwarrior: Move sync settings out of repo
Updated and moved new sync settings to not be part of dotfiles repository. Added holidays to calendar view.
This commit is contained in:
parent
8422285717
commit
aa472ac358
2 changed files with 8 additions and 7 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -37,3 +37,6 @@ vifminfo.json
|
||||||
|
|
||||||
# styler configs
|
# styler configs
|
||||||
colorscheme.yml
|
colorscheme.yml
|
||||||
|
|
||||||
|
# taskwarrior
|
||||||
|
taskwarrior/.config/task/task-sync.rc
|
||||||
|
|
|
@ -59,13 +59,8 @@ urgency.annotations.coefficient=0
|
||||||
# maybe items are not urgent at all
|
# maybe items are not urgent at all
|
||||||
urgency.user.tag.maybe.coefficient=-100.0
|
urgency.user.tag.maybe.coefficient=-100.0
|
||||||
|
|
||||||
# temporary taskd configuration for freecinc (should be selfhosted at some point)
|
# Holidays for calendar
|
||||||
taskd.server=freecinc.com:53589
|
include /usr/share/doc/task/rc/holidays.de-DE.rc
|
||||||
taskd.key=~/.local/share/task/keys/freecinc_7ebc40a3.key.pem
|
|
||||||
taskd.certificate=~/.local/share/task/keys/freecinc_7ebc40a3.cert.pem
|
|
||||||
taskd.ca=~/.local/share/task/keys/freecinc_7ebc40a3.ca.pem
|
|
||||||
taskd.credentials=FreeCinc\/freecinc_7ebc40a3\/1b2f5c1e-3d62-4a35-82c8-82ce0e23731e
|
|
||||||
|
|
||||||
# Color theme (uncomment one to use)
|
# Color theme (uncomment one to use)
|
||||||
include /usr/share/doc/task/rc/light-16.theme
|
include /usr/share/doc/task/rc/light-16.theme
|
||||||
#include /usr/share/doc/task/rc/light-256.theme
|
#include /usr/share/doc/task/rc/light-256.theme
|
||||||
|
@ -82,6 +77,9 @@ include /usr/share/doc/task/rc/light-16.theme
|
||||||
#include /usr/share/doc/task/rc/solarized-light-256.theme
|
#include /usr/share/doc/task/rc/solarized-light-256.theme
|
||||||
#include /usr/share/doc/task/rc/no-color.theme
|
#include /usr/share/doc/task/rc/no-color.theme
|
||||||
|
|
||||||
|
# Taskserver sync settings
|
||||||
|
include task-sync.rc
|
||||||
|
|
||||||
# try to fix some color weirdness, especially in tmux
|
# try to fix some color weirdness, especially in tmux
|
||||||
# color.scheduled=on grey
|
# color.scheduled=on grey
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue