From d9f79a48e471dd984934686224ae294c1e1a580d Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 25 Feb 2021 09:54:48 -0700 Subject: [PATCH 1/2] Add apple theme Add apple theme now that https://github.com/bjrowlett2/apple-zsh-theme/issues/1 is closed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c20ec17..ee9058d 100644 --- a/README.md +++ b/README.md @@ -1182,6 +1182,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [aphrodite](https://github.com/win0err/aphrodite-terminal-theme) - Minimalistic theme without visual noise. Displays only the necessary information: current user, hostname, working directory, `git` branch if one exists. Looks great both with dark and white terminals. * [aplos](https://github.com/sunquan1991/aplos) - Minimal ZSH prompt with working directory, `git` local info, `git` remote info, time and exit code. * [apollo](https://github.com/mjrafferty/apollo-zsh-theme) - A heavily customizable, compatible and performant ZSH theme that uses modules to enable features. +* [apple](https://github.com/bjrowlett2/apple-zsh-theme) - Minimalist theme with `git` status decorations. * [arael](https://github.com/aknackd/zsh-themes) - Fork of [gallifrey](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/gallifrey.zsh-theme). * [archie](https://github.com/dcavalcante/archie) - Arch Linux inspired ZSH theme. Based on the [norm](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/norm.zsh-theme) theme. * [arity](https://github.com/hybras/Arity-Zsh-Theme) - Arity is a simple theme designed for readability and to give an overview at a glance. Includes path and `git` decorations. From 63df465eb0252611beb6c61d85465d1bebddf46e Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 25 Feb 2021 09:56:59 -0700 Subject: [PATCH 2/2] Add pnpm plugin https://github.com/ntnyq/omz-plugin-pnpm/issues/1 is closed, add pnpm plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee9058d..1937096 100644 --- a/README.md +++ b/README.md @@ -822,6 +822,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not * [plugin-rails](https://github.com/paraqles/zsh-plugin-rails) - ZSH plugin for Rails. * [plugin-vscode](https://github.com/wuotr/zsh-plugin-vscode) - Plugin for Visual Studio Code, a text editor for macOS, Windows, and Linux. * [plugin](https://github.com/darrenbutcher/plugin) - Creates custom oh-my-zsh plugins from a boilerplate template. Very oh-my-zsh centric, the generated plugins will need editing to work with other frameworks. +* [pnpm](https://github.com/ntnyq/omz-plugin-pnpm) - Adds useful aliases for common Pnpm commands. * [poetry](https://github.com/darvid/zsh-poetry) - Automatically activates and deactivates [Poetry](https://poetry.eustace.io/)-created python virtualenvs. * [ppsmon](https://github.com/mzpqnxow/ppsmon) - Reads `/sys/class/net/$interface/` to keep track of packet transmission rates. It stores the current rate to a file in the RAM backed filesystem where it can be easily accessed for display in a shell-prompt. Linux-only due to use of `/sys`. * [pr-cwd](https://github.com/zpm-zsh/pr-cwd) - Creates a global variable with current working directory. Plugin has integration with [jocelynmallon/zshmarks](https://github.com/jocelynmallon/zshmarks).