OMZ: Add .omzcustom directory with custom theme
This commit is contained in:
parent
5eb2366c70
commit
f2ab1fb92e
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -23,3 +23,6 @@
|
|||||||
[submodule ".oh-my-zsh"]
|
[submodule ".oh-my-zsh"]
|
||||||
path = .oh-my-zsh
|
path = .oh-my-zsh
|
||||||
url = git@github.com:robbyrussell/oh-my-zsh.git
|
url = git@github.com:robbyrussell/oh-my-zsh.git
|
||||||
|
[submodule ".omzcustom"]
|
||||||
|
path = .omzcustom
|
||||||
|
url = git@github.com:rehashedsalt/omzcustom.git
|
||||||
|
1
.omzcustom
Submodule
1
.omzcustom
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit c5ef20e595cab825c0de1d71bd62dd7cbcc04aa4
|
6
.zshrc
6
.zshrc
@ -12,6 +12,7 @@ DISABLE_AUTO_UPDATE="true"
|
|||||||
#COMPLETION_WAITING_DOTS="true"
|
#COMPLETION_WAITING_DOTS="true"
|
||||||
#DISABLE_UNTRACKED_FILES_DIRTY="true"
|
#DISABLE_UNTRACKED_FILES_DIRTY="true"
|
||||||
ZSH_CUSTOM="$HOME/.omzcustom"
|
ZSH_CUSTOM="$HOME/.omzcustom"
|
||||||
|
ZSH_THEME="salt"
|
||||||
|
|
||||||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||||
@ -19,11 +20,6 @@ ZSH_CUSTOM="$HOME/.omzcustom"
|
|||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(git)
|
plugins=(git)
|
||||||
|
|
||||||
# Set name of the theme to load. Optionally, if you set this to "random"
|
|
||||||
# it'll load a random theme each time that oh-my-zsh is loaded.
|
|
||||||
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
|
||||||
ZSH_THEME="mh"
|
|
||||||
|
|
||||||
DEFAULT_USER=salt
|
DEFAULT_USER=salt
|
||||||
HISTFILE=~/.histfile
|
HISTFILE=~/.histfile
|
||||||
HISTSIZE=1000
|
HISTSIZE=1000
|
||||||
|
Reference in New Issue
Block a user