From bb253e8b1e710a9c48fa864c1b447498f6e8a20a Mon Sep 17 00:00:00 2001 From: Stevan Wing Date: Mon, 5 Mar 2012 23:13:09 +0000 Subject: [PATCH 1/2] Added daringfireball theme --- themes/.DS_Store | Bin 0 -> 6148 bytes themes/daringfireball.zsh-theme | 17 +++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 themes/.DS_Store create mode 100644 themes/daringfireball.zsh-theme diff --git a/themes/.DS_Store b/themes/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmZQzU|@7AO)+F(5MW?n;9!8z45|!R0Z1N%F(jFgL>QrFAPJ2!M?+vV1V%$(Gz3ON zU^D~25V%SxcdJP zRior+2#kinunYl47MEZbCs3t{!+W4QHvuXKVuPw;Mo^s$(F3lEVT}ML$bg~*R5_@+ b2Uo?6kTwK}57Iu`5P${HC_Nei0}uiLNUI8I literal 0 HcmV?d00001 diff --git a/themes/daringfireball.zsh-theme b/themes/daringfireball.zsh-theme new file mode 100644 index 000000000..939411136 --- /dev/null +++ b/themes/daringfireball.zsh-theme @@ -0,0 +1,17 @@ +# ----------------------------------------------------------------------------- +# FILE: daringfireball.zsh-theme +# DESCRIPTION: oh-my-zsh theme file. +# AUTHOR: Stevan C Wing (stevancw@gmail.com) +# VERSION: 0.1 +# DEPENDANCIES: daringfireball terminal settings +# (http://bit.ly/daringfireball) +# +# *Based on the robbyrussell theme* +# ----------------------------------------------------------------------------- + +PROMPT='%{$fg_bold[white]%}✪ %{$fg_bold[white]%}%p %{$fg[white]%}%c %{$fg_bold[white]%}$(git_prompt_info)%{$fg_bold[green]%} % %{$reset_color%}' + +ZSH_THEME_GIT_PROMPT_PREFIX="(%{$fg[white]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[white]%}) %{$fg[red]%}∆%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[white]%})" \ No newline at end of file From eb3edc03efd6e65d2303b473cb4405be59043b3d Mon Sep 17 00:00:00 2001 From: Stevan Wing Date: Mon, 5 Mar 2012 23:44:47 +0000 Subject: [PATCH 2/2] Removed .DS_store and added it to .gitignore --- .gitignore | 1 + themes/.DS_Store | Bin 6148 -> 0 bytes 2 files changed, 1 insertion(+) delete mode 100644 themes/.DS_Store diff --git a/.gitignore b/.gitignore index 2e8db7341..278852dbd 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ custom/* !custom/example.zsh cache *.swp +.DS_Store \ No newline at end of file diff --git a/themes/.DS_Store b/themes/.DS_Store deleted file mode 100644 index 5008ddfcf53c02e82d7eee2e57c38e5672ef89f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmZQzU|@7AO)+F(5MW?n;9!8z45|!R0Z1N%F(jFgL>QrFAPJ2!M?+vV1V%$(Gz3ON zU^D~25V%SxcdJP zRior+2#kinunYl47MEZbCs3t{!+W4QHvuXKVuPw;Mo^s$(F3lEVT}ML$bg~*R5_@+ b2Uo?6kTwK}57Iu`5P${HC_Nei0}uiLNUI8I