Add notes, clean up lua configs

This commit is contained in:
Ian Keane 2024-09-18 22:34:19 -04:00
parent 8e81594324
commit 608c936462
2 changed files with 16 additions and 22 deletions

View file

@ -126,18 +126,9 @@ set-option -g window-status-format '#{window_name}'
local wezterm = require 'wezterm'
local config = {}
-- config.color_scheme = 'OceanicNext (base16)'
-- config.color_scheme = 'Wzoreck (Gogh)'
-- config.color_scheme = 'Whimsy'
-- config.color_scheme = 'Grey-green
-- config.color_scheme = 'Gruvbox light, soft (base16)'
-- config.color_scheme = 'Obsidian'
config.color_scheme = 'OceanicNext (base16)'
config.font = wezterm.font 'Deja Vu Sans Mono'
config.font_size = 20
config.enable_tab_bar = false
return config
@ -237,6 +228,7 @@ EndSection
** Taskwarrior
- TODO: evaluate if taskwarrior 3 has different settings
- TODO: clean up categories
- TODO: configure aws bucket for task warrior
#+begin_src ini :tangle ~/.config/task/taskrc
data.location=~/.local/share/task
hooks.location=~/.config/task/hooks

View file

@ -1602,3 +1602,5 @@ variables and their documentations).
- try (add-hook 'magit-post-refresh-hook 'git-gutter+:refresh)
- make treemacs enter always open in most recent buffer
- add meeting log to reference reaches
- install ini-mode plugin
- install lua-mode plugin