Repo Substructure
This commit is contained in:
parent
873ea00395
commit
f5a59927f2
5 changed files with 13 additions and 5 deletions
12
.gitmodules
vendored
12
.gitmodules
vendored
|
@ -2,11 +2,15 @@
|
|||
path = .oh-my-zsh
|
||||
url = https://git.gc4.at/linux/ohmyzsh
|
||||
|
||||
[submodule ".oh-my-zsh/custom/plugins/zsh-autosuggestions"]
|
||||
path = .oh-my-zsh/custom/plugins/zsh-autosuggestions
|
||||
[submodule "plugins/zsh-autosuggestions"]
|
||||
path = plugins/zsh-autosuggestions
|
||||
url = https://git.gc4.at/linux/zsh-autosuggestions
|
||||
|
||||
[submodule ".oh-my-zsh/custom/plugins/zsh-syntax-highlighting"]
|
||||
path = .oh-my-zsh/custom/plugins/zsh-syntax-highlighting
|
||||
[submodule "plugins/zsh-syntax-highlighting"]
|
||||
path = plugins/zsh-syntax-highlighting
|
||||
url = https://git.gc4.at/linux/zsh-syntax-highlighting
|
||||
|
||||
[submodule "themes/powerlevel10k"]
|
||||
path = themes/powerlevel10k
|
||||
url = https://git.gc4.at/linux/powerlevel10k.git
|
||||
|
||||
|
|
3
.zshrc
3
.zshrc
|
@ -15,7 +15,8 @@ export ZSH="$HOME/.config_repos/zsh-settings/.oh-my-zsh"
|
|||
# load a random theme each time oh-my-zsh is loaded, in which case,
|
||||
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
||||
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
|
||||
ZSH_THEME="powerlevel10k/powerlevel10k"
|
||||
#ZSH_THEME="powerlevel10k/powerlevel10k"
|
||||
source ~/config_repos/zsh-settings/themes/powerlevel10k/powerlevel10k.zsh-theme
|
||||
|
||||
# Set list of themes to pick from when loading at random
|
||||
# Setting this variable when ZSH_THEME=random will cause zsh to load
|
||||
|
|
1
plugins/zsh-autosuggestions
Submodule
1
plugins/zsh-autosuggestions
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8
|
1
plugins/zsh-syntax-highlighting
Submodule
1
plugins/zsh-syntax-highlighting
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit c7caf57ca805abd54f11f756fda6395dd4187f8a
|
1
themes/powerlevel10k
Submodule
1
themes/powerlevel10k
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a9f208c8fc509b9c591169dd9758c48ad4325f76
|
Loading…
Reference in a new issue