From 78a404bcbd6df5f6031578a2844e9d157596b0af Mon Sep 17 00:00:00 2001 From: Stephen Vanderwarker Date: Tue, 10 Oct 2023 09:47:54 -0400 Subject: [PATCH 1/2] add README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adding a simple read me, mainly because I want the better UI for writing/previews 😂😂😁 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d236939 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Nostrilzsh + +### Prerequisites + +### Install + +1. ```` cd ~/.oh-my-zsh/custom/plugins/ ```` \ No newline at end of file -- 2.25.1 From 073029e7c26f3bc152511f31a3c7e96f8d9f233f Mon Sep 17 00:00:00 2001 From: Stephen Vanderwarker Date: Tue, 10 Oct 2023 09:53:33 -0400 Subject: [PATCH 2/2] Completed. 11/10, would merge --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d236939..72d5973 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,10 @@ ### Install -1. ```` cd ~/.oh-my-zsh/custom/plugins/ ```` \ No newline at end of file +1. `` git clone https://git.vanderwarker.family/nostr/nostrilzsh ~/.oh-my-zsh/custom/plugins/nostrilzsh `` +2. ``edit ~/.zshrc`` +3. Find the plugins section and add nostrilzsh. Should look somthing like this: +``plugins=(nostrilzsh)`` +4. ``source ~/.zshrc`` +6. ???? +7. PROFIT -- 2.25.1