diff --git a/default.conf.yaml b/default.conf.yaml index e1dde66..13f0a19 100644 --- a/default.conf.yaml +++ b/default.conf.yaml @@ -18,6 +18,7 @@ ~/.gitignore: git/gitignore ~/.my.cnf: mysql/.my.cnf ~/.psqlrc: psql/.psqlrc + ~/.taskrc: task/.taskrc ~/.tmux.conf: tmux/.tmux.conf ~/.vimrc: vim/.vimrc ~/.vim: vim/ diff --git a/task/.gitignore b/task/.gitignore new file mode 100644 index 0000000..7f8d0b4 --- /dev/null +++ b/task/.gitignore @@ -0,0 +1,2 @@ +# The sync config contains secrets. +sync diff --git a/task/.taskrc b/task/.taskrc index 7070030..d563d1a 100644 --- a/task/.taskrc +++ b/task/.taskrc @@ -1,2 +1,8 @@ +# [Created by task 2.5.1 11/24/2019 23:09:25] + +include ~/.config/task/sync + +data.location=~/.task + urgency.tags.coefficient = 0 urgency.project.coefficient = 0