- Added both plugins as git submodules in zsh/custom-plugins/ - Created symlinks in oh-my-zsh custom plugins directory - Plugins are now properly managed and will work with the existing oh-my-zsh setup 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
548 B
Plaintext
13 lines
548 B
Plaintext
[submodule "zsh/spaceship-prompt"]
|
|
path = zsh/spaceship-prompt
|
|
url = https://github.com/spaceship-prompt/spaceship-prompt.git
|
|
[submodule "zsh/oh-my-zsh"]
|
|
path = zsh/oh-my-zsh
|
|
url = https://github.com/ohmyzsh/ohmyzsh.git
|
|
[submodule "zsh/custom-plugins/zsh-autosuggestions"]
|
|
path = zsh/custom-plugins/zsh-autosuggestions
|
|
url = https://github.com/zsh-users/zsh-autosuggestions
|
|
[submodule "zsh/custom-plugins/zsh-syntax-highlighting"]
|
|
path = zsh/custom-plugins/zsh-syntax-highlighting
|
|
url = https://github.com/zsh-users/zsh-syntax-highlighting
|