diff --git a/README.md b/README.md index d0855ec..7b1916d 100644 --- a/README.md +++ b/README.md @@ -24,26 +24,6 @@ - complete manual actions specified in [ref/post-run](ref/post-run.md) -## todo items - -- config for: terminal (kitty? havoc?); shell; mpd, mpc, ncmpcpp; mpv -- hyprland config and install on linux -- web browsers config and install -- get find, xargs, awk (use nawk) as unified as i can across system types -- decide on docker? or alternatives like podman? any license concerns? -- pick rss reader; newsboat? others? option with inbox and separate queues? -- decide if i even want a filemanager; if yes, pick one and configure -- decide what i'm doing for music streaming; spotify official? web? tui option? -- switch installation approach, use csv file with programs to install, install types, - any extra flags/opts, comments - - regarding the system-types idea i'd started to build in already, maybe have a - column for filtering in the csv file, or just have multiple csv files corresponding - to a base/core install, a music-studio install, a employer/work machine, etc. - - alternate idea: columns for "include_in_systems" and/or "excluded_from_systems" - - if both, likely apply the include column first, then the exclude (priority) -- add command in tmux to perform cd to a given dir in all windows of the current session -- in pina theme, cursor (cursorline) and comments (rendered in neovim) are same color, fix - ## attribution ### Original pattern/approach and some key config logic diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..81aa1d2 --- /dev/null +++ b/todo.md @@ -0,0 +1,20 @@ +# todo items + +- config for: terminal (kitty? havoc?); shell; mpd, mpc, ncmpcpp; mpv +- hyprland config and install on linux +- web browsers config and install +- get find, xargs, awk (use nawk) as unified as i can across system types +- decide on docker? or alternatives like podman? any license concerns? +- pick rss reader; newsboat? others? option with inbox and separate queues? +- decide if i even want a filemanager; if yes, pick one and configure +- decide what i'm doing for music streaming; spotify official? web? tui option? +- switch installation approach, use csv file with programs to install, install types, + any extra flags/opts, comments + - regarding the system-types idea i'd started to build in already, maybe have a + column for filtering in the csv file, or just have multiple csv files corresponding + to a base/core install, a music-studio install, a employer/work machine, etc. + - alternate idea: columns for "include_in_systems" and/or "excluded_from_systems" + - if both, likely apply the include column first, then the exclude (priority) +- add command in tmux to perform cd to a given dir in all windows of the current session +- in pina theme, cursor (cursorline) and comments (rendered in neovim) are same color, fix +