diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-09-08 11:04:11 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-09-08 11:04:11 +0200 |
| commit | 6a509aff264fc06ea212254c4ea3f66dc352f6dc (patch) | |
| tree | dab16dbf7d8e2f57ffb5a930e2f0fd622c573075 /taskwarrior | |
| parent | 0a2d6b291ac93cd0c70db20f93fb58e6b20d721d (diff) | |
| download | dotfiles-6a509aff264fc06ea212254c4ea3f66dc352f6dc.tar.gz dotfiles-6a509aff264fc06ea212254c4ea3f66dc352f6dc.tar.bz2 dotfiles-6a509aff264fc06ea212254c4ea3f66dc352f6dc.zip | |
Konfiguration für Taskwarrior hinzugefügt
Diffstat (limited to 'taskwarrior')
| -rw-r--r-- | taskwarrior/taskrc | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/taskwarrior/taskrc b/taskwarrior/taskrc new file mode 100644 index 0000000..515a503 --- /dev/null +++ b/taskwarrior/taskrc | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | # [Created by task 2.6.2 4/16/2023 10:58:10] | ||
| 2 | # Taskwarrior program configuration file. | ||
| 3 | # For more documentation, see https://taskwarrior.org or try 'man task', 'man task-color', | ||
| 4 | # 'man task-sync' or 'man taskrc' | ||
| 5 | |||
| 6 | # Here is an example of entries that use the default, override and blank values | ||
| 7 | # variable=foo -- By specifying a value, this overrides the default | ||
| 8 | # variable= -- By specifying no value, this means no default | ||
| 9 | # #variable=foo -- By commenting out the line, or deleting it, this uses the default | ||
| 10 | |||
| 11 | # You can also refence environment variables: | ||
| 12 | # variable=$HOME/task | ||
| 13 | # variable=$VALUE | ||
| 14 | |||
| 15 | # Use the command 'task show' to see all defaults and overrides | ||
| 16 | |||
| 17 | # Files | ||
| 18 | data.location=~/.task | ||
| 19 | |||
| 20 | # To use the default location of the XDG directories, | ||
| 21 | # move this configuration file from ~/.taskrc to ~/.config/task/taskrc and uncomment below | ||
| 22 | |||
| 23 | #data.location=~/.local/share/task | ||
| 24 | #hooks.location=~/.config/task/hooks | ||
| 25 | |||
| 26 | # Color theme (uncomment one to use) | ||
| 27 | #include light-16.theme | ||
| 28 | #include light-256.theme | ||
| 29 | #include dark-16.theme | ||
| 30 | #include dark-256.theme | ||
| 31 | #include dark-red-256.theme | ||
| 32 | #include dark-green-256.theme | ||
| 33 | #include dark-blue-256.theme | ||
| 34 | #include dark-violets-256.theme | ||
| 35 | #include dark-yellow-green.theme | ||
| 36 | #include dark-gray-256.theme | ||
| 37 | include dark-gray-blue-256.theme | ||
| 38 | #include solarized-dark-256.theme | ||
| 39 | #include solarized-light-256.theme | ||
| 40 | #include no-color.theme | ||
| 41 | |||
