]> git.r.bdr.sh - rbdr/dotfiles/commitdiff
Install plan file
authorRuben Beltran del Rio <redacted>
Mon, 4 Mar 2024 20:52:57 +0000 (21:52 +0100)
committerRuben Beltran del Rio <redacted>
Mon, 4 Mar 2024 20:52:57 +0000 (21:52 +0100)
install
plan [new file with mode: 0644]

diff --git a/install b/install
index 7b5c7c5c5d87723c8c1d1abeb03a2b069942578b..9940001ca10211bb5d1d3dd4406d32d7b8a6af3a 100755 (executable)
--- a/install
+++ b/install
@@ -44,6 +44,9 @@ ln -fns .dotfiles/skhdrc ~/.skhdrc
 # tmuxp
 ln -fns .dotfiles/tmuxp ~/.tmuxp
 
 # tmuxp
 ln -fns .dotfiles/tmuxp ~/.tmuxp
 
+# plan
+ln -fns .dotfiles/plan ~/.plan
+
 # config dir
 mkdir -p ~/.config
 
 # config dir
 mkdir -p ~/.config
 
diff --git a/plan b/plan
new file mode 100644 (file)
index 0000000..3a655ce
--- /dev/null
+++ b/plan
@@ -0,0 +1,9 @@
+# My plan for now, roughly
+
+- Add the task labeling and rescheduling functionality to nota.nvim
+
+    [2024-03-03] This is done. Adding scheduling was mostly a matter of text manipulation. Since I only use YYYY-MM-DD it works quite well. If people ever adopt it, I would consider adding flexibility.
+
+- Finalize the template parser for blog 7.0.0
+
+[2024-03-02]