Add notes, clean up lua configs
This commit is contained in:
parent
8e81594324
commit
608c936462
2 changed files with 16 additions and 22 deletions
10
dotfiles.org
10
dotfiles.org
|
|
@ -126,18 +126,9 @@ set-option -g window-status-format '#{window_name}'
|
||||||
local wezterm = require 'wezterm'
|
local wezterm = require 'wezterm'
|
||||||
local config = {}
|
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.color_scheme = 'OceanicNext (base16)'
|
||||||
|
|
||||||
config.font = wezterm.font 'Deja Vu Sans Mono'
|
config.font = wezterm.font 'Deja Vu Sans Mono'
|
||||||
config.font_size = 20
|
config.font_size = 20
|
||||||
|
|
||||||
config.enable_tab_bar = false
|
config.enable_tab_bar = false
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
|
@ -237,6 +228,7 @@ EndSection
|
||||||
** Taskwarrior
|
** Taskwarrior
|
||||||
- TODO: evaluate if taskwarrior 3 has different settings
|
- TODO: evaluate if taskwarrior 3 has different settings
|
||||||
- TODO: clean up categories
|
- TODO: clean up categories
|
||||||
|
- TODO: configure aws bucket for task warrior
|
||||||
#+begin_src ini :tangle ~/.config/task/taskrc
|
#+begin_src ini :tangle ~/.config/task/taskrc
|
||||||
data.location=~/.local/share/task
|
data.location=~/.local/share/task
|
||||||
hooks.location=~/.config/task/hooks
|
hooks.location=~/.config/task/hooks
|
||||||
|
|
|
||||||
|
|
@ -1602,3 +1602,5 @@ variables and their documentations).
|
||||||
- try (add-hook 'magit-post-refresh-hook 'git-gutter+:refresh)
|
- try (add-hook 'magit-post-refresh-hook 'git-gutter+:refresh)
|
||||||
- make treemacs enter always open in most recent buffer
|
- make treemacs enter always open in most recent buffer
|
||||||
- add meeting log to reference reaches
|
- add meeting log to reference reaches
|
||||||
|
- install ini-mode plugin
|
||||||
|
- install lua-mode plugin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue