From 8f5d8a5aa9942da7b2a764c7fa79e0f36ba802f7 Mon Sep 17 00:00:00 2001 From: Ilkin Bayramli <43158991+ibayramli@users.noreply.github.com> Date: Tue, 21 Nov 2023 12:54:14 -0500 Subject: [PATCH] Add Fig as an installation method to the README (#133) * Add Fig as an installation method to the README --------- Co-authored-by: Ilkin Bayramli <43158991+ibayramli2001@users.noreply.github.com> --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9463aaf..11666f3 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,14 @@ Using the [Homebrew]( https://brew.sh ) package manager: brew install zsh-history-substring-search echo 'source $(brew --prefix)/share/zsh-history-substring-search/zsh-history-substring-search.zsh' >> ~/.zshrc +Using [Fig](https://fig.io): + +Fig adds apps, shortcuts, and autocomplete to your existing terminal. + +Install `zsh-history-substring-search` in just one click. + + + Using [Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh): 1. Clone this repository in oh-my-zsh's plugins directory: