From e2c0f1718298f204e5285009b907e1440ddd9be4 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 23 Jan 2025 10:56:15 -0700 Subject: [PATCH] Tweak wording in Writing_Plugins_and_Themes.md Tweak wording in Writing_Plugins_and_Themes.md Signed-off-by: Joe Block --- Writing_Plugins_and_Themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Writing_Plugins_and_Themes.md b/Writing_Plugins_and_Themes.md index 1f9e316..4383605 100644 --- a/Writing_Plugins_and_Themes.md +++ b/Writing_Plugins_and_Themes.md @@ -2,7 +2,7 @@ Here are some suggestions to make installing and using your plugin/theme as simple as possible for end users, no matter what ZSH framework (if any) they are using. -1. Make using your plugin easier for end users and put the plugin file at the root level of your plugin repository instead of hiding it in a subdirectory. This allows [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) users to install it with a simple `git clone git@github.com:you/yourplugin.git` in their `custom/plugins` directory and also lets [Antigen](https://github.com/zsh-users/antigen) and [zgenom](https://github.com/jandamm/zgenom) users let the framework automatically clone the repository without having to specify a subdirectory path. +1. Make using your plugin easier for end users and put the plugin file at the root level of your plugin repository instead of hiding it in a subdirectory. This allows [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) users to install it with a simple `git clone git@github.com:you/yourplugin.git` in their `custom/plugins` directory and also lets [Antigen](https://github.com/zsh-users/antigen) and [zgenom](https://github.com/jandamm/zgenom) users to let the framework automatically clone the repository without having to specify a subdirectory path. 2. Only put one plugin or theme in a repository. This makes using it a simple `git clone` for [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) users, and simpler for other framework users as well - they won't have to specify a subdirectory, just username/reponame.