From 6582dde609e12b144de76720b267e957e930f67f Mon Sep 17 00:00:00 2001 From: Hasan Ozgan Date: Thu, 14 Jan 2016 00:01:32 +0200 Subject: [PATCH 1/3] registry: add hasanozgan/theme-lambda --- db/themes/lambda | 1 + docs/Themes.md | 33 +++++++++++++++++++++++++++------ 2 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 db/themes/lambda diff --git a/db/themes/lambda b/db/themes/lambda new file mode 100644 index 0000000..294dc31 --- /dev/null +++ b/db/themes/lambda @@ -0,0 +1 @@ +https://github.com/hasanozgan/theme-lambda diff --git a/docs/Themes.md b/docs/Themes.md index 7f63531..db7aa93 100644 --- a/docs/Themes.md +++ b/docs/Themes.md @@ -31,6 +31,7 @@ - [jacaetevha](#jacaetevha) - [krisleech](#krisleech) - [l](#l) +- [lambda](#lambda) - [led](#led) - [mtahmed](#mtahmed) - [nai](#nai) @@ -548,7 +549,7 @@ set -U budspencer_nobell Give me feedback if you ... * ... have ideas how I could improve budspencer. -* ... have problems with budspencer. +* ... have problems with budspencer. * ... have questions concerning budspencer. [THEMES-NAMESPACE-budspencer-font]: https://github.com/Lokaltog/powerline-fonts @@ -861,7 +862,7 @@ Just type `wt `. Give me feedback if you ... * ... have ideas how I could improve dangerous. -* ... have problems with dangerous. +* ... have problems with dangerous. * ... have questions concerning dangerous. [THEMES-NAMESPACE-dangerous-ranger]: http://ranger.nongnu.org/ @@ -1250,7 +1251,7 @@ theme](http://jacaetevha.github.io/oh-my-fish/screenshot.png) * Left-hand prompt: ``` <user> at <host> in <abbreviated path> <total size of files in dir> (<current Git branch>) - ↪ + ↪ ``` * Right-hand prompt: ``` @@ -1336,6 +1337,28 @@ set theme_display_rbenv_with_gemfile_only 'yes' [travis-link]: https://travis-ci.org/oh-my-fish/theme-default +# lambda +### Lambda + +[![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)](/LICENSE) +[![Fish Shell Version](https://img.shields.io/badge/fish-v2.2.0-007EC7.svg?style=flat-square)](http://fishshell.com) + +<br/> + +#### Screenshot + +<p align="center"> +<img src="https://raw.githubusercontent.com/hasanozgan/theme-lambda/master/screenshot.png"> +</p> + +#### Install + +##### Oh-My-Fish + +```fish +omf install lambda +``` + # led [![](https://img.shields.io/badge/Themes-Wahoo-00b0ff.svg?style=flat-square)][THEMES-NAMESPACE-led-Wahoo] @@ -1477,7 +1500,7 @@ This theme is based loosely on [agnoster](https://gist.github.com/agnoster/37128 * Full path of current working directory * Show the Git branch and dirty state (if applicable) * Show **User@Hostname** if user is not the default user. Set the following two lines in your config.fish to turn on this feature: - + ```fish set -g theme display_user yes set -g default_user your_default_username @@ -2199,5 +2222,3 @@ User, host, abbreviated path, and git branch info Time and exit code Enjoy! - - From fd1cd0f5f7b4b82fa433db63347587da9d962a1f Mon Sep 17 00:00:00 2001 From: Hasan Ozgan <hasanozgan@gmail.com> Date: Thu, 14 Jan 2016 04:49:56 +0200 Subject: [PATCH 2/3] registry: add hasanozgan/theme-lambda --- docs/Themes.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/Themes.md b/docs/Themes.md index db7aa93..35c5b21 100644 --- a/docs/Themes.md +++ b/docs/Themes.md @@ -549,7 +549,7 @@ set -U budspencer_nobell Give me feedback if you ... * ... have ideas how I could improve budspencer. -* ... have problems with budspencer. +* ... have problems with budspencer. * ... have questions concerning budspencer. [THEMES-NAMESPACE-budspencer-font]: https://github.com/Lokaltog/powerline-fonts @@ -862,7 +862,7 @@ Just type `wt <title>`. Give me feedback if you ... * ... have ideas how I could improve dangerous. -* ... have problems with dangerous. +* ... have problems with dangerous. * ... have questions concerning dangerous. [THEMES-NAMESPACE-dangerous-ranger]: http://ranger.nongnu.org/ @@ -1251,7 +1251,7 @@ theme](http://jacaetevha.github.io/oh-my-fish/screenshot.png) * Left-hand prompt: ``` <user> at <host> in <abbreviated path> <total size of files in dir> (<current Git branch>) - ↪ + ↪ ``` * Right-hand prompt: ``` @@ -1359,7 +1359,6 @@ set theme_display_rbenv_with_gemfile_only 'yes' omf install lambda ``` - # led [![](https://img.shields.io/badge/Themes-Wahoo-00b0ff.svg?style=flat-square)][THEMES-NAMESPACE-led-Wahoo] ![](https://img.shields.io/badge/License-MIT-33CC33.svg?style=flat-square) @@ -1500,7 +1499,7 @@ This theme is based loosely on [agnoster](https://gist.github.com/agnoster/37128 * Full path of current working directory * Show the Git branch and dirty state (if applicable) * Show **User@Hostname** if user is not the default user. Set the following two lines in your config.fish to turn on this feature: - + ```fish set -g theme display_user yes set -g default_user your_default_username @@ -2222,3 +2221,5 @@ User, host, abbreviated path, and git branch info Time and exit code Enjoy! + + From 6f01f9b5189c05700629fbe5cde29770b4634d27 Mon Sep 17 00:00:00 2001 From: Hasan Ozgan <hasanozgan@gmail.com> Date: Thu, 14 Jan 2016 23:35:57 +0200 Subject: [PATCH 3/3] themes.md regenerate with script --- docs/Themes.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/Themes.md b/docs/Themes.md index 35c5b21..a99ec6c 100644 --- a/docs/Themes.md +++ b/docs/Themes.md @@ -1337,28 +1337,30 @@ set theme_display_rbenv_with_gemfile_only 'yes' [travis-link]: https://travis-ci.org/oh-my-fish/theme-default + # lambda -### Lambda +##### Lambda [![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)](/LICENSE) [![Fish Shell Version](https://img.shields.io/badge/fish-v2.2.0-007EC7.svg?style=flat-square)](http://fishshell.com) <br/> -#### Screenshot +###### Screenshot <p align="center"> <img src="https://raw.githubusercontent.com/hasanozgan/theme-lambda/master/screenshot.png"> </p> -#### Install +###### Install -##### Oh-My-Fish +####### Oh-My-Fish ```fish omf install lambda ``` + # led [![](https://img.shields.io/badge/Themes-Wahoo-00b0ff.svg?style=flat-square)][THEMES-NAMESPACE-led-Wahoo] ![](https://img.shields.io/badge/License-MIT-33CC33.svg?style=flat-square)