aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Pierre Appel <jeanpierre.appel01@gmail.com>2023-08-26 21:42:28 -0400
committerJean-Pierre Appel <jeanpierre.appel01@gmail.com>2023-08-26 21:42:28 -0400
commit313df8e85254a3ae848cad3cfa176a58594b3fb7 (patch)
treefdce74c417033c61bf0bfc423616e6e062c319fa
parentc1bec17f77ab5ad2522702849164e04884e1179f (diff)
updated todo, added default gitignore
-rw-r--r--.gitignore1
-rw-r--r--TODO.md11
-rw-r--r--git/ignore3
3 files changed, 13 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index f598a07..fe97350 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
zsh/zshalias
zsh/zshenv
nvim/spell/*
+git/config
diff --git a/TODO.md b/TODO.md
index 8b04738..189d2fa 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,2 +1,9 @@
-Watch <https://www.youtube.com/watch?v=aqlxqpHs-aQ>
-Install <https://github.com/LazyVim/LazyVim>
+# TODO
+
+* nvim
+ * [ ] install folke/todo-comments.nvim
+ * [ ] adjust nvim statusline
+ * [ ] try nvim-neo-tree/neo-tree.nvim
+ * [ ] try ThePrimeagen/harpoon
+* newsboat
+ * [ ] upload config
diff --git a/git/ignore b/git/ignore
new file mode 100644
index 0000000..5b00482
--- /dev/null
+++ b/git/ignore
@@ -0,0 +1,3 @@
+.DS_Store
+*.pyc
+.env