From 19bcd37935a7d8684304cccd9d6b4ca06c343339 Mon Sep 17 00:00:00 2001 From: Ilkin Bayramli <43158991+ibayramli2001@users.noreply.github.com> Date: Wed, 15 Jun 2022 11:25:22 -0700 Subject: [PATCH] Add Fig as an installation method to the README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 381bfde4..54752d2c 100644 --- a/README.md +++ b/README.md @@ -401,6 +401,7 @@ Powerlevel10k. - [Manual](#manual) 👈 **choose this if confused or uncertain** - [Oh My Zsh](#oh-my-zsh) +- [Fig](#fig) - [Prezto](#prezto) - [Zim](#zim) - [Antibody](#antibody) @@ -446,6 +447,14 @@ make sure to disable the current theme in your plugin manager. See ``` 2. Set `ZSH_THEME="powerlevel10k/powerlevel10k"` in `~/.zshrc`. +### Fig + +[Fig](https://fig.io) adds apps, shortcuts, and autocomplete to your existing terminal. + +Install `Powerlevel10k` in just one click. + + + ### Prezto Add `zstyle :prezto:module:prompt theme powerlevel10k` to `~/.zpreztorc`.