Repo Substructure

This commit is contained in:
Elmar Sönser 2021-11-29 11:50:53 +01:00
parent 873ea00395
commit f5a59927f2
5 changed files with 13 additions and 5 deletions

12
.gitmodules vendored
View file

@ -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
View file

@ -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

@ -0,0 +1 @@
Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8

@ -0,0 +1 @@
Subproject commit c7caf57ca805abd54f11f756fda6395dd4187f8a

1
themes/powerlevel10k Submodule

@ -0,0 +1 @@
Subproject commit a9f208c8fc509b9c591169dd9758c48ad4325f76