add timetrap config
This commit is contained in:
parent
8190083a55
commit
64e606ffda
13
home/.timetrap.yml
Normal file
13
home/.timetrap.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
database_file: <%= File.expand_path("~/.timetrap/timetrap.db") %>
|
||||||
|
round_in_seconds: 900
|
||||||
|
append_notes_delimiter: ", "
|
||||||
|
formatter_search_paths:
|
||||||
|
- <%= File.expand_path("~/.timetrap/formatters") %>
|
||||||
|
default_formatter: text
|
||||||
|
auto_sheet: dotfiles
|
||||||
|
auto_sheet_search_paths:
|
||||||
|
- <%= File.expand_path("~/.timetrap/auto_sheets") %>
|
||||||
|
default_command:
|
||||||
|
auto_checkout: false
|
||||||
|
require_note: false
|
Loading…
x
Reference in New Issue
Block a user