Add zsh/oh my zsh/w10k
This commit is contained in:
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.
|
4
zsh/.oh-my-zsh/custom/themes/example.zsh-theme
Normal file
4
zsh/.oh-my-zsh/custom/themes/example.zsh-theme
Normal file
@ -0,0 +1,4 @@
|
||||
# Put your custom themes in this folder.
|
||||
# Example:
|
||||
|
||||
PROMPT="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% "
|
1
zsh/.oh-my-zsh/custom/themes/powerlevel10k
Submodule
1
zsh/.oh-my-zsh/custom/themes/powerlevel10k
Submodule
Submodule zsh/.oh-my-zsh/custom/themes/powerlevel10k added at 0f9cee9dc2
Reference in New Issue
Block a user