From 021ce561426c836542dc27041f29a38decb714fd Mon Sep 17 00:00:00 2001 From: Joe Block Date: Tue, 4 Jan 2022 09:40:10 -0500 Subject: [PATCH] Add uncloudium plugin https://github.com/Talon1024/omz-uncloudium/issues/1 is closed, add uncloudium Signed-off-by: Joe Block --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c519f9c..59dbc49 100644 --- a/README.md +++ b/README.md @@ -1050,6 +1050,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not * [ubuntualiases](https://github.com/GuilleDF/zsh-ubuntualiases) - Ubuntu 16 aliases. * [ugit](https://github.com/Bhupesh-V/ugit) - Lets you undo your last `git` operation. * [undollar](https://github.com/zpm-zsh/undollar) - Strips the dollar sign from the beginning of the terminal prompt. +* [uncloudium](https://github.com/Talon1024/omz-uncloudium) - Adds helper script to download crx files from the Google Chrome web store. * [unique-id](https://github.com/z-shell/zsh-unique-id) - provides a unique number that identifies a running Zshell session, in its shell variable `$ZUID_ID`. Besides this unique number, also a unique codename is provided, in shell variable `$ZUID_CODENAME`. An example use case is to hold logs in files `.../mylog-${ZUID_CODENAME}.log`, so that two different Zshells will not write to the same file at the same time. * [unix-simple](https://github.com/redxtech/zsh-unix-simple) - A command that shows a graphic about the simplicity of unix. * [up (cjayross)](https://github.com/cjayross/up) - A simple way to navigate up through directories.