From 0bb4db254b8f55ea9f2bd618fa9aba76ad4c3de6 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Sat, 23 Mar 2024 18:27:50 +0100 Subject: [PATCH] feat: Add basic README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d159c9a --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# zsh-copilot + +How we all expected GitHub Copilot in the CLI to be. + +## Installation + +```sh +git clone https://github.com/Myzel394/zsh-copilot.git ~/.zsh-copilot +echo "source ~/.zsh-copilot/zsh-copilot.plugin.zsh" >> ~/.zshrc +``` + +## Usage + +Type in your command or your message and press `CTRL + Z` to get your suggestion!