dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 12145dff28af5842f1941eb766062ac3fa5779a1
parent a5865c084057ee5503274064cc849c7325499e23
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  9 May 2018 15:19:08 -0400

Add taskwarrior brew recipe and initial configuration

Diffstat:
Minit/30_macos_recipes.sh | 1+
Alinks/.taskrc | 31+++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/init/30_macos_recipes.sh b/init/30_macos_recipes.sh @@ -71,6 +71,7 @@ brews=( subliminal # search and download subtitles surfraw # cmd-line interface to search engines (`sr` alias) the_silver_searcher # ag + task # taskwarrior tmux translate-shell # provides `trans` interface to google translate tig # git history diff --git a/links/.taskrc b/links/.taskrc @@ -0,0 +1,31 @@ +# [Created by task 2.5.1 5/9/2018 15:16:45] +# Taskwarrior program configuration file. +# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color', +# 'man task-sync' or 'man taskrc' + +# Here is an example of entries that use the default, override and blank values +# variable=foo -- By specifying a value, this overrides the default +# variable= -- By specifying no value, this means no default +# #variable=foo -- By commenting out the line, or deleting it, this uses the default + +# Use the command 'task show' to see all defaults and overrides + +# Files +data.location=~/doc/.task + +# Color theme (uncomment one to use) +#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/light-16.theme +#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/light-256.theme +#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/dark-16.theme +#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/dark-256.theme +#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/dark-red-256.theme +#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/dark-green-256.theme +#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/dark-blue-256.theme +#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/dark-violets-256.theme +#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/dark-yellow-green.theme +#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/dark-gray-256.theme +#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/dark-gray-blue-256.theme +#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/solarized-dark-256.theme +#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/solarized-light-256.theme +#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/no-color.theme +