From 838d681bf44c7c526268da432359b89f08bd3015 Mon Sep 17 00:00:00 2001 From: mahuntington Date: Sun, 19 Mar 2023 15:01:41 -0400 Subject: [PATCH] Add 'cli_stuff.md' --- cli_stuff.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 cli_stuff.md diff --git a/cli_stuff.md b/cli_stuff.md new file mode 100644 index 0000000..09a38d2 --- /dev/null +++ b/cli_stuff.md @@ -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 \ No newline at end of file