-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement: change tmux and oh-my-zsh plgins to .gitmodules
- Loading branch information
1 parent
a341517
commit 0fce5cf
Showing
16 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
[submodule "tmux/plugins/tpm"] | ||
path = tmux/tpm | ||
url = https://github.com/tmux-plugins/tpm | ||
|
||
[submodule "oh-my-zsh/custom/plugins/zsh-autosuggestions"] | ||
path = oh-my-zsh/custom/plugins/zsh-autosuggestions | ||
url = https://github.com/zsh-users/zsh-autosuggestions.git | ||
path = oh-my-zsh/zsh-autosuggestions | ||
url = https://github.com/zsh-users/zsh-autosuggestions.git | ||
|
||
[submodule "oh-my-zsh/custom/plugins/zsh-completions"] | ||
path = oh-my-zsh/custom/plugins/zsh-completions | ||
url = https://github.com/zsh-users/zsh-completions | ||
path = oh-my-zsh/zsh-completions | ||
url = https://github.com/zsh-users/zsh-completions | ||
|
||
[submodule "oh-my-zsh/custom/plugins/zsh-syntax-highlighting"] | ||
path = oh-my-zsh/custom/plugins/zsh-syntax-highlighting | ||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git | ||
[submodule "tmux/plugins/tpm"] | ||
path = tmux/plugins/tpm | ||
url = https://github.com/tmux-plugins/tpm | ||
path = oh-my-zsh/zsh-syntax-highlighting | ||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git |
Submodule zsh-autosuggestions
deleted from
70f36c
Submodule zsh-completions
deleted from
cf5652
Submodule zsh-syntax-highlighting
deleted from
809443
Submodule tpm
deleted from
476f6c
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.