readd Cobalt2 theme

This commit is contained in:
2016-08-04 20:06:53 +02:00
parent 93d66cbd6e
commit f2f70938da
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -7,3 +7,6 @@
[submodule ".oh-my-zsh"] [submodule ".oh-my-zsh"]
path = .oh-my-zsh path = .oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule "misc/Cobalt2-iterm"]
path = misc/Cobalt2-iterm
url = https://github.com/wesbos/Cobalt2-iterm.git

2
.zshrc
View File

@@ -5,7 +5,7 @@ export ZSH=$HOME/.oh-my-zsh
# Look in ~/.oh-my-zsh/themes/ # Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each # Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded. # time that oh-my-zsh is loaded.
ZSH_THEME="cobalt2" ZSH_THEME="../../misc/Cobalt2-iterm/cobalt2"
# Uncomment the following line to use case-sensitive completion. # Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true" # CASE_SENSITIVE="true"

1
misc/Cobalt2-iterm Submodule

Submodule misc/Cobalt2-iterm added at 44b415d278