From 67437f0fa8f76ec530461a09d6901a4c8ae601e6 Mon Sep 17 00:00:00 2001 From: Nicole O'Connor Date: Wed, 2 Feb 2022 18:24:00 -0800 Subject: [PATCH] README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d2ad37a --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +## zeesh +## a custom zsh environment + +### What's it do? +* Provides a unique syntax for running ssh sessions. You can simply type `command@target-host --args` to run a one shot command on target-host (or `@target-host` to open a full ssh session) +* Customizes the prompt according to developer's personal preferences (framework for customization coming soon!) +* Automatically updates itself, and is capable of installing itself with just a stub zshrc +* And more, as needed!