update submodule ohmyzsh
This commit is contained in:
parent
8498c54722
commit
35d37448bc
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -19,3 +19,6 @@
|
||||
[submodule "zsh/.oh-my-zsh"]
|
||||
path = zsh/.oh-my-zsh
|
||||
url = https://github.com/ohmyzsh/ohmyzsh
|
||||
[submodule "zsh/.oh-my-zsh-custom/themes/powerlever10k"]
|
||||
path = zsh/.oh-my-zsh-custom/themes/powerlevel10k
|
||||
url = https://github.com/romkatv/powerlevel10k.git
|
||||
|
10
zsh/.oh-my-zsh-custom/example.zsh
Normal file
10
zsh/.oh-my-zsh-custom/example.zsh
Normal file
@ -0,0 +1,10 @@
|
||||
# You can put files here to add functionality separated per file, which
|
||||
# will be ignored by git.
|
||||
# Files on the custom/ directory will be automatically loaded by the init
|
||||
# script, in alphabetical order.
|
||||
|
||||
# For example: add yourself some shortcuts to projects you often work on.
|
||||
#
|
||||
# brainstormr=~/Projects/development/planetargon/brainstormr
|
||||
# cd $brainstormr
|
||||
#
|
2
zsh/.oh-my-zsh-custom/plugins/example/example.plugin.zsh
Normal file
2
zsh/.oh-my-zsh-custom/plugins/example/example.plugin.zsh
Normal file
@ -0,0 +1,2 @@
|
||||
# Add your own custom plugins in the custom/plugins directory. Plugins placed
|
||||
# here will override ones with the same name in the main plugins directory.
|
1
zsh/.oh-my-zsh-custom/themes/powerlevel10k
Submodule
1
zsh/.oh-my-zsh-custom/themes/powerlevel10k
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 622130980c0785df8f76b53074c6743456eebe53
|
@ -51,7 +51,7 @@ export ZSH=$HOME/.oh-my-zsh
|
||||
# HIST_STAMPS="mm/dd/yyyy"
|
||||
|
||||
# Would you like to use another custom folder than $ZSH/custom?
|
||||
# ZSH_CUSTOM=/path/to/new-custom-folder
|
||||
ZSH_CUSTOM=$HOME/.oh-my-zsh-custom
|
||||
|
||||
# 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/
|
||||
|
Loading…
Reference in New Issue
Block a user