From 23dd81937b5cca5e8eadb25a956e1a956ee97d81 Mon Sep 17 00:00:00 2001 From: Ilkin Bayramli <43158991+ibayramli2001@users.noreply.github.com> Date: Wed, 15 Jun 2022 14:44:28 -0700 Subject: [PATCH] Add Fig as an installation method to the README --- INSTALL.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 196524f..1bb0d36 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,6 +2,7 @@ * [Packages](#packages) * [Antigen](#antigen) +* [Fig](#fig) * [Oh My Zsh](#oh-my-zsh) * [Manual](#manual-git-clone) @@ -28,6 +29,14 @@ 2. Start a new terminal session. +## Fig + +[Fig](https://fig.io) adds apps, shortcuts, and autocomplete to your existing terminal. + +Install `zsh-autosuggestions` in just one click. + + + ## Oh My Zsh 1. Clone this repository into `$ZSH_CUSTOM/plugins` (by default `~/.oh-my-zsh/custom/plugins`)