From c4d9764dc773afe9598ef277ba2d86c8184911e9 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Sun, 7 Sep 2025 13:28:06 -0400 Subject: [PATCH] Added an Org task list --- tasks.org | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tasks.org diff --git a/tasks.org b/tasks.org new file mode 100644 index 0000000..8c45c9f --- /dev/null +++ b/tasks.org @@ -0,0 +1,17 @@ +#+author: Alex Tavarez +#+email: ajt95@prole.biz +#+language: en + +* PLANNED +** TODO [#A] Modify shell scripts in ~${PROJECT_ROOT}/zfs~ such that assumptions regarding avaialble datasets are minimized + - This could be done by softcoding dataset and pool names or creating functions that specify through argument +** TODO [#A] Create a ~${PROJECT_ROOT}/skel~ directory + - Should contain a shell script setting new permanent but reversible XDG variables, copying the directory structure to existing user home directories, and setting it as default for newly created user home directories + - Should contain subdirectories that match the paths relative to user home directories for XDG variables + - Should only do the former steps after each iterative appropriate mounting operation at given leaves of the directory tree before continuing + - For assistive information, see: [[https://wiki.archlinux.org/title/XDG_user_directories][info on XDG user directories]] and [[https://wiki.archlinux.org/title/XDG_Base_Directory][info on XDG base directories]] + - If want to implement custom desktop entries or menu entries for these custom XDG home subdirectory paths, see more on [[https://wiki.archlinux.org/title/Desktop_entries][desktop entries]] and [[https://wiki.archlinux.org/title/Xdg-menu]xdg-menu] + +* IN PROGRESS + +* FINISHED \ No newline at end of file