From 09ea7449b69781c40ad3a31be1cb05ce10074163 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 10 Dec 2016 13:21:03 -0800 Subject: [PATCH 1/7] Added theme-line --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb11046..04fd47e 100644 --- a/README.md +++ b/README.md @@ -562,6 +562,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [sugarfree](https://github.com/cbrock/sugar-free) - Based on the [Pure](https://github.com/sindresorhus/pure) and [Candy](https://github.com/BinaryMuse/oh-my-zsh/blob/binarymuse/themes/candy.zsh-theme) themes. * [tahuri](https://github.com/Tahuri/oh-my-zshel-theme-tahuri) - Zsh theme for Arch Linux. * [the-time-lord](https://github.com/jhwhite/the-time-lord) - A theme based on gallifrey. +* [theme-line](https://github.com/yw9381/oh-my-zsh_theme_line) - Colorful theme with Git status * [trinity](https://github.com/de-luca/Trinity) - A simple theme based on [geometry](https://github.com/frmendes/geometry) * [tvline](https://github.com/thvitt/tvline) - Derived from [agnoster's theme](https://gist.github.com/agnoster/3712874), adds powerline font enhancements. * [vinhnx](https://github.com/vinhnx/vinhnx.zsh-theme) - Modified from themes/mgutz.zsh-theme.Looks great when using with Solarized color scheme. From e1c254d356503fc150917aacef70e21fbd9a0130 Mon Sep 17 00:00:00 2001 From: Maxim Moseychuk Date: Wed, 14 Dec 2016 14:35:24 +0300 Subject: [PATCH 2/7] Add schroot plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93ac1c7..b754b6e 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ These frameworks make customizing your zsh setup easier. * [rvm-zsh](https://github.com/johnhamelink/rvm-zsh) - Initiates RVM and adds rubygem binaries (like compass) accessible in the user's $PATH * [safe-paste](https://github.com/oz/safe-paste) - A safe-paste plugin. See [http://cirw.in/blog/bracketed-paste](http://cirw.in/blog/bracketed-paste) * [saneopt](https://github.com/willghatch/zsh-saneopt) - Sane defaults for zsh options, in the spirit of vim-sensible. +* [schroot](https://github.com/fshp/schroot.plugin.zsh) - Show current chroot name in your prompt. * [send.zsh](https://github.com/robertzk/send.zsh) - Single command to git add, git commit, and git push for much faster git workflow. * [setenv](https://github.com/kalpakrg/setenv) - Runs a script when you change directories * [smart-cd](https://github.com/dbkaplun/smart-cd) - Runs `ls` and `git status` after chpwd. From 0c182d0b39c02e03bc1ee8b30170577d0a0cc465 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Fri, 16 Dec 2016 09:00:14 -0800 Subject: [PATCH 3/7] Add ultimate theme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b754b6e..7a5f7c3 100644 --- a/README.md +++ b/README.md @@ -569,6 +569,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [theme-line](https://github.com/yw9381/oh-my-zsh_theme_line) - Colorful theme with Git status * [trinity](https://github.com/de-luca/Trinity) - A simple theme based on [geometry](https://github.com/frmendes/geometry) * [tvline](https://github.com/thvitt/tvline) - Derived from [agnoster's theme](https://gist.github.com/agnoster/3712874), adds powerline font enhancements. +* [ultimate](https://github.com/b4b4r07/ultimate) - Minimalist theme forked from [S1cK94/minimal](https://github.com/S1cK94/minimal) * [vinhnx](https://github.com/vinhnx/vinhnx.zsh-theme) - Modified from themes/mgutz.zsh-theme.Looks great when using with Solarized color scheme. * [wang-iterm-zsh](https://github.com/0532/wang-iterm-zsh) - based on the 0532 theme * [wild-cherry](https://github.com/mashaal/wild-cherry) - A fairy-tale inspired theme for Zsh, iTerm, Sublime, Atom, & Mou From 149afc9696e4a9adc0c03b7d466cf6217f09cee5 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 17 Dec 2016 18:46:16 -0800 Subject: [PATCH 4/7] Remove duplicate nodeys theme entry that was misfiled as a plugin --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7a5f7c3..7e0a0c2 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,6 @@ These frameworks make customizing your zsh setup easier. * [nice-exit-code](https://github.com/bric3/nice-exit-code) - Maps exit status code to human readable string. * [node.plugin.zsh](https://github.com/srijanshetty/node.plugin.zsh) - Srijan Shetty's nodejs plugin for zsh with caching of nvm completions and autoloading of nvm if present. * [nodenv.plugin.zsh](https://github.com/jsahlen/nodenv.plugin.zsh) - Auto-load nodenv and its completions into the shell. -* [nodeys](https://github.com/marszall87/nodeys-zsh-theme) - Based on ys theme, with added NodeJS version (from NVM plugin) * [noreallyjustfuckingstopalready](https://github.com/eventi/noreallyjustfuckingstopalready) - OS X users know the pain of trying to figure out what command actually flushes the DNS cache on their version of OS X, and this plugin makes that annoyance go away. * [nvm-auto-use](https://github.com/tomsquest/nvm-auto-use.zsh) - calls `nvm use` automatically whenever you enter a directory that contains an `.nvmrc` file with a string telling nvm which node to use * [nvm-auto](https://github.com/dijitalmunky/nvm-auto) - Aims to alleviate needing to type `nvm use` as much as possible, especially if you often switch between versions of node.js and use `.nvmrc` files in your project to manage what version of node your project needs From 66c2c8ed0a9ed134c3cfeb305393846a5b521b40 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 18 Dec 2016 12:17:13 -0800 Subject: [PATCH 5/7] Add infoline theme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e0a0c2..a98bc3b 100644 --- a/README.md +++ b/README.md @@ -494,6 +494,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [hyperzsh](https://github.com/tylerreckart/hyperzsh) - Gives you a comprehensive overview of the branch you're working on and the status of your repository without cluttering your terminal. * [iggy](https://github.com/eugenk/zsh-prompt-iggy) - A super happy awesome Powerline-style, Git-aware **prezto only** theme. * [igorsilva](https://github.com/igor9silva/zsh-theme) - Shows current directory, customizable delimiter, current branch, git status +* [infoline](https://github.com/hevi9/infoline-zsh-theme) - Clean theme that shows git status, background jobs, remote host, and other information. * [intheloop-powerline](https://github.com/zyphrus/intheloop-powerline) - An extension of the intheloop theme to use powerline fonts. * [itg](https://github.com/itsthatguy/itg.zsh-theme) - itsthatguy's theme. * [jcl-zsh-theme](https://github.com/jasonlewis/jcl-zsh-theme) - Loosely based on the ys theme. From 969d9cbc73492c1d496286e5fe18ccf127d25cad Mon Sep 17 00:00:00 2001 From: Samuel Fabrizio Date: Mon, 19 Dec 2016 03:23:04 -0300 Subject: [PATCH 6/7] [ADD] zsh-theme: ozono --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a98bc3b..3a9cdb3 100644 --- a/README.md +++ b/README.md @@ -528,6 +528,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [oh-my-zsh-node-theme](https://github.com/skuridin/oh-my-zsh-node-theme) * [oh-my-zsh-robbl](https://github.com/robbl/oh-my-zsh-config) - Shows the git/svn status including the time since last commit, rvm status in prompt. * [omz-vira](https://github.com/FernandoTorres/omz-vira) - An update of the bira theme that shows the vim bindkey -v status +* [ozono](https://github.com/sfabrizio/ozono-zsh-theme) 🌏 OZ0NO - Let's Breathe a clean ZSH * [pad](https://github.com/eproxus/pad.zsh-theme) - A concise and colorful oh-my-zsh theme. * [phi φ](https://github.com/LasaleFamine/phi-zsh-theme) - A clean and simple theme for ZSH inspired and forked from [Lambda (Mod) ZSH Theme](https://github.com/halfo/lambda-mod-zsh-theme) * [platypus](https://github.com/fdv/platypus) - Platypus is a simple and convenient theme for oh-my-zsh used by Frédéric de Villamil. From dedd76e8cac7e8a240357d7fe73aada4f80ba42e Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 21 Dec 2016 19:42:07 -0800 Subject: [PATCH 7/7] Remove octopress-zsh-completion, it has gone 404 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a98bc3b..92a067c 100644 --- a/README.md +++ b/README.md @@ -405,7 +405,6 @@ These plugins add tab completion without adding extra functions or aliases. * [newman](https://github.com/selop/newman-autocomplete) - provides autocompletion for the [Newman CLI](https://github.com/postmanlabs/newman) * [nix-zsh-completions](https://github.com/spwhitt/nix-zsh-completions) - Completions for [nix](https://nixos.org/nix/), [NixOS](https://nixos.org/), and [NixOps](http://nixos.org/nixops/). * [npm-run.plugin.zsh](https://github.com/akoenig/npm-run.plugin.zsh) - Autocompletion support for `npm run` -* [octopress-zsh-completion](https://github.com/nsetyo/octopress-zsh-completion) - completions for Octopress * [oh-my-zsh-nova](https://github.com/rbirnie/oh-my-zsh-nova) - Provides auto-complete for nova * [oh-my-zsh-plugin-nvm](https://github.com/olesu/oh-my-zsh-plugin-nvm) - Ole Sunde's nvm plugin for zsh * [oh-my-zsh-spring-boot-plugin](https://github.com/linux-china/oh-my-zsh-spring-boot-plugin) - Adds autocompletions for [spring-boot](http://projects.spring.io/spring-boot/) commands