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>
This commit is contained in:
parent
4f982d65b4
commit
8f5d8a5aa9
1 changed files with 8 additions and 0 deletions
|
|
@ -25,6 +25,14 @@ Using the [Homebrew]( https://brew.sh ) package manager:
|
||||||
brew install zsh-history-substring-search
|
brew install zsh-history-substring-search
|
||||||
echo 'source $(brew --prefix)/share/zsh-history-substring-search/zsh-history-substring-search.zsh' >> ~/.zshrc
|
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.
|
||||||
|
|
||||||
|
<a href="https://fig.io/plugins/other/zsh-history-substring-search" target="_blank"><img src="https://fig.io/badges/install-with-fig.svg" /></a>
|
||||||
|
|
||||||
Using [Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh):
|
Using [Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh):
|
||||||
|
|
||||||
1. Clone this repository in oh-my-zsh's plugins directory:
|
1. Clone this repository in oh-my-zsh's plugins directory:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue