diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-06-15 21:34:06 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-06-15 21:34:06 +0300 |
commit | 3ed9c1bce17dc5cb8b44a9d3eef66597c9e93010 (patch) | |
tree | 4f98c1d861ccc7e50c07a9df3eeed273a6d3d7f0 /README.md | |
parent | 6b128d48d675509666ff222eb08922cc6a7b6753 (diff) | |
parent | 19bcd37935a7d8684304cccd9d6b4ca06c343339 (diff) |
Merge branch 'ibayramli2001-fig'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. + +<a href="https://fig.io/plugins/other/powerlevel10k" target="_blank"><img src="https://fig.io/badges/install-with-fig.svg" /></a> + ### Prezto Add `zstyle :prezto:module:prompt theme powerlevel10k` to `~/.zpreztorc`. |