task: Move common config to tracked .taskrc
This commit is contained in:
parent
77d5a9af50
commit
b91a85ca08
3 changed files with 9 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
||||||
~/.gitignore: git/gitignore
|
~/.gitignore: git/gitignore
|
||||||
~/.my.cnf: mysql/.my.cnf
|
~/.my.cnf: mysql/.my.cnf
|
||||||
~/.psqlrc: psql/.psqlrc
|
~/.psqlrc: psql/.psqlrc
|
||||||
|
~/.taskrc: task/.taskrc
|
||||||
~/.tmux.conf: tmux/.tmux.conf
|
~/.tmux.conf: tmux/.tmux.conf
|
||||||
~/.vimrc: vim/.vimrc
|
~/.vimrc: vim/.vimrc
|
||||||
~/.vim: vim/
|
~/.vim: vim/
|
||||||
|
|
|
||||||
2
task/.gitignore
vendored
Normal file
2
task/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
# The sync config contains secrets.
|
||||||
|
sync
|
||||||
|
|
@ -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.tags.coefficient = 0
|
||||||
urgency.project.coefficient = 0
|
urgency.project.coefficient = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue