task: add taskrc (and add to install)
This commit is contained in:
2
install
2
install
@@ -48,7 +48,7 @@ unset COMMANDS MISSING
|
|||||||
# RC files
|
# RC files
|
||||||
|
|
||||||
mkdir -pv bak
|
mkdir -pv bak
|
||||||
for rc in *rc *profile tmux*.conf bashrc.d mutt tmux*conf slrn sqliterc ctags ; do
|
for rc in *rc *profile tmux*.conf bashrc.d mutt tmux*conf slrn sqliterc ctags taskrc ; do
|
||||||
if [ ! -r $rc ] ; then
|
if [ ! -r $rc ] ; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|||||||
37
taskrc
Normal file
37
taskrc
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
# [Created by task 3.4.2 12/15/2025 14:46:15]
|
||||||
|
data.location=/home/pw921828/.task
|
||||||
|
news.version=3.4.2
|
||||||
|
|
||||||
|
# To use the default location of the XDG directories,
|
||||||
|
# move this configuration file from ~/.taskrc to ~/.config/task/taskrc and update location config as follows:
|
||||||
|
|
||||||
|
#data.location=~/.local/share/task
|
||||||
|
#hooks.location=~/.config/task/hooks
|
||||||
|
|
||||||
|
# Color theme (uncomment one to use)
|
||||||
|
#include light-16.theme
|
||||||
|
include light-256.theme
|
||||||
|
#include bubblegum-256.theme
|
||||||
|
#include dark-16.theme
|
||||||
|
#include dark-256.theme
|
||||||
|
#include dark-red-256.theme
|
||||||
|
#include dark-green-256.theme
|
||||||
|
#include dark-blue-256.theme
|
||||||
|
#include dark-violets-256.theme
|
||||||
|
#include dark-yellow-green.theme
|
||||||
|
#include dark-gray-256.theme
|
||||||
|
#include dark-gray-blue-256.theme
|
||||||
|
#include solarized-dark-256.theme
|
||||||
|
#include solarized-light-256.theme
|
||||||
|
#include no-color.theme
|
||||||
|
|
||||||
|
sync.server.client_id=f22e676f-492f-483d-8391-250cdffd6c9d
|
||||||
|
sync.server.url=http:\/\/10.178.6.58:18183
|
||||||
|
sync.encryption_secret=BVgiEXnw6kGks
|
||||||
|
recurrence=on
|
||||||
|
|
||||||
|
report.weekly.description=Weekly report
|
||||||
|
report.weekly.columns=project,start,end,tags,description.count
|
||||||
|
report.weekly.sort=project+\/,end+
|
||||||
|
#report.weekly.filter=end.after=today-1wk and status:completed or status:pending
|
||||||
|
report.weekly.filter=end.after=today-1wk and status:completed
|
||||||
Reference in New Issue
Block a user