diff --git a/.gitmodules b/.gitmodules index 3c74b83..bfe4531 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,3 +14,7 @@ path = .zsh/extract url = https://github.com/le0me55i/zsh-extract branch = master +[submodule ".zsh/themes"] + path = .zsh/themes + url = https://git.k4li.de/dotfiles/oh-my-posh.git + branch = main diff --git a/.zsh/themes b/.zsh/themes new file mode 160000 index 0000000..8d75e1b --- /dev/null +++ b/.zsh/themes @@ -0,0 +1 @@ +Subproject commit 8d75e1bc5074746209f76384068da7222ab6232b diff --git a/.zshrc b/.zshrc index 50a75c8..b7f899e 100644 --- a/.zshrc +++ b/.zshrc @@ -130,7 +130,7 @@ _init (){ if command_exists oh-my-posh; then # eval "$(oh-my-posh init zsh --config 'https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/amro.omp.json')" eval "$(oh-my-posh init zsh --config 'https://git.k4li.de/dotfiles/oh-my-posh/raw/branch/main/amro.toml')" - # eval "$(oh-my-posh init zsh --config '~/gitea/dotfiles/oh-my-posh/amro.toml')" + # eval "$(oh-my-posh init zsh --config './.zsh/themes/tokyo_storm.toml')" else curl -s https://ohmyposh.dev/install.sh | sudo bash --norc -s -- -d /usr/bin/ fi