From 7d70404b4fd1cdb48792d9a0f68fb1fd766fcc77 Mon Sep 17 00:00:00 2001 From: Ilkin Bayramli <43158991+ibayramli@users.noreply.github.com> Date: Thu, 16 Jun 2022 14:20:22 -0700 Subject: [PATCH] Add Fig as an installation method to the README --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index 524533e..d945cb0 100644 --- a/readme.md +++ b/readme.md @@ -72,6 +72,14 @@ Then load as a plugin in your `.zshrc` plugins+=(k) ``` +### Using [Fig](https://fig.io) + +Fig adds apps, shortcuts, and autocomplete to your existing terminal. + +Install `k` in just one click. + + + ### Manually Clone this repository somewhere (~/k for example)