aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh3
-rw-r--r--taskwarrior/taskrc41
2 files changed, 44 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index ce0cfec..2188975 100755
--- a/install.sh
+++ b/install.sh
@@ -19,6 +19,9 @@ cp -R nvim "$CONFIG"
19# vit 19# vit
20cp -R vit "$CONFIG" 20cp -R vit "$CONFIG"
21 21
22# taskwarrior
23cp taskwarrior/taskrc "$CONFIG/task/taskrc"
24
22# zsh 25# zsh
23cp zsh/zshenv ~/.zshenv 26cp zsh/zshenv ~/.zshenv
24 27
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
18data.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
37include dark-gray-blue-256.theme
38#include solarized-dark-256.theme
39#include solarized-light-256.theme
40#include no-color.theme
41