## Installation ``` git clone https://github.com/stefanheule/zsh-llm-suggestions.git ~/.local/share/zsh-llm-suggestions ``` Set up GitHub copilot, assuming you have the GitHub CLI cliient installed: ``` gh extension install github/gh-copilot ``` ## Setup and configuration Add the following to your `.zshrc` ``` # zsh-llm-suggestions setup source ~/.local/share/zsh-llm-suggestions/zsh-llm-suggestions.zsh bindkey '^g' zsh_llm_suggestions_github_copilot # ctrl bindkey '^[^g' zsh_llm_suggestions_github_copilot_explain # ctrl-alt ```