1
0
Fork 0

task: Move common config to tracked .taskrc

This commit is contained in:
Jeremy Kaplan 2020-01-20 16:22:03 -08:00
commit b91a85ca08
3 changed files with 9 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1,2 @@
# The sync config contains secrets.
sync

View file

@ -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