Move vit and taskwarrior configs to dotfiles tangle
This commit is contained in:
parent
f8ace0d6df
commit
b94768e1eb
3 changed files with 39 additions and 284 deletions
39
dotfiles.org
39
dotfiles.org
|
|
@ -210,6 +210,45 @@ Section "InputClass"
|
|||
Option "MaxTapTime" "0"
|
||||
EndSection
|
||||
#+end_src
|
||||
|
||||
* Tasks
|
||||
** Taskwarrior
|
||||
- TODO: evaluate if taskwarrior 3 has different settings
|
||||
- TODO: clean up categories
|
||||
#+begin_src ini :tangle ~/.config/task/taskrc
|
||||
data.location=~/.local/share/task
|
||||
hooks.location=~/.config/task/hooks
|
||||
|
||||
include dark-yellow-green.theme
|
||||
|
||||
color.project.unraid=yellow
|
||||
color.project.workflow=green
|
||||
color.project.home=color5 # purple
|
||||
color.project.renovation=blue
|
||||
color.project.aws=color6 # ???
|
||||
|
||||
report.list.columns=id,depends.indicator,priority,project,recur.indicator,description.count
|
||||
report.list.labels=ID,D,P,Project,R,Description
|
||||
#+end_src
|
||||
|
||||
** Vit
|
||||
- TODO: Compare to mac for custom keybindings
|
||||
#+begin_src ini :tangle ~/.config/vit/
|
||||
[taskwarrior]
|
||||
taskrc = ~/.config/task/taskrc
|
||||
|
||||
[vit]
|
||||
default_keybindings = vi
|
||||
theme = default
|
||||
confirmation = False
|
||||
|
||||
[report]
|
||||
row_striping = False
|
||||
|
||||
[color]
|
||||
enabled = True
|
||||
#+end_src
|
||||
|
||||
* Dunst
|
||||
#+begin_src ini :tangle ~/.config/dunst/dunstrc
|
||||
[global]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue