Add 'cli_stuff.md'

main
mahuntington 3 years ago
parent 8f88dc59f0
commit 838d681bf4

@ -0,0 +1,23 @@
# CLI Enhancements
## Oh My Zsh
https://ohmyz.sh/
## PowerLevel 10K Theme
https://github.com/romkatv/powerlevel10k
## Vim Mode
Edit `.zshrc`:
```
plugins=(
git vi-mode
)
```
## Autocomplete
https://dev.to/kumareth/a-beginner-s-guide-for-setting-up-autocomplete-on-ohmyzsh-hyper-with-plugins-themes-47f2
Loading…
Cancel
Save