From 2c6c69ee6094a7097a3814adb17a8a3b9d711c62 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 25 Dec 2014 09:49:20 -0800 Subject: [PATCH] Add https://github.com/rutchkiwi/copyzshell --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34313d8..6e51927 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ These frameworks make customizing your zsh setup easier. * [browse-commit](https://github.com/adolfoabegg/browse-commit) - browse-commit is a zsh plugin that lets you open any commit in your browser from the command line. * [caniuse.plugin.zsh](https://github.com/walesmd/caniuse.plugin.zsh) - Add [Can I Use...](http://caniuse.com) support to ZSH * [cd-gitroot](https://github.com/mollifier/cd-gitroot) - zsh plugin to cd to git repository root directory +* [copyzshell](https://github.com/rutchkiwi/copyzshell) - zsh plugin to copy your shell configuration to another machine over ssh * [depot-tools](https://github.com/jgrowl/depot_tools) - Simple oh-my-zsh plugin for installing the chromium depot_tools. Installing this plugin will put all of the chromium depot_tools in your path automatically. * [git-aliases.zsh](https://github.com/peterhurford/git-aliases.zsh) - Creates a lot of useful aliases for combinations of commonly used git commands * [git-extra-commands](https://github.com/unixorn/git-extra-commands) - Extra git helper scripts I've collected over time.