diff options
author | Starfall <us@starfall.systems> | 2020-07-18 15:26:47 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2020-07-18 15:35:24 -0500 |
commit | 63ad1cd90176f83b5706582fe9885cd4ef165cc7 (patch) | |
tree | 51367ed665d01d2a519473cf6a8815e1a7ea70a9 /README.md | |
parent | 19c591315da3c2488f3b00a6b4003387c1c71490 (diff) |
zsh: basic config
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
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 |