about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2020-07-18 15:26:47 -0500
committerStarfall <us@starfall.systems>2020-07-18 15:35:24 -0500
commit63ad1cd90176f83b5706582fe9885cd4ef165cc7 (patch)
tree51367ed665d01d2a519473cf6a8815e1a7ea70a9 /README.md
parent19c591315da3c2488f3b00a6b4003387c1c71490 (diff)
zsh: basic config
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/README.md b/README.md
index d800f9b..ee03343 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,10 @@ config config --local status.showUntrackedFiles no
 
 ## Other new machine setup
 
+### installed programs
+* vim
+* zsh (remember to `chsh -s $(which zsh)`)
+
 ### sshd config
 ```bash
 echo <<END
@@ -32,10 +36,15 @@ END >> /etc/ssh/sshd_config
 ```
 
 ### todo
-* zsh, and rewrite our existing zsh config
+* zsh plugins
+  * probably antigen for the plugin manager
+  * antigen use oh-my-zsh && antigen bundle git
   * p10k
-  * zsh-history-substring-search 
-  * zsh-autosuggestions
+  * zsh-users/zsh-history-substring-search (probably not when zsh already has ctrl+r)
+  * zsh-users/zsh-autosuggestions (maybe)
+  * zsh-users/zsh-syntax-highlighting
+  * zsh-users/zsh-completions
+  * knu/zsh-manydots-magic
 * fortune
 * firefox lockwise
 * autoupdates