added zsh-syntax-highlightning explicitely
This commit is contained in:
parent
c15355a147
commit
b356673ed5
4 changed files with 6 additions and 2 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -47,3 +47,6 @@
|
|||
[submodule "tools/subuser"]
|
||||
path = tools/subuser
|
||||
url = https://github.com/subuser-security/subuser
|
||||
[submodule ".oh-my-zsh-plugins/zsh-syntax-highlighting"]
|
||||
path = .oh-my-zsh-plugins/zsh-syntax-highlighting
|
||||
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
|
|
1
.oh-my-zsh-plugins/zsh-syntax-highlighting
Submodule
1
.oh-my-zsh-plugins/zsh-syntax-highlighting
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 3dc574190071ef59054f6d693132410b37aa3ae4
|
3
.zshrc
3
.zshrc
|
@ -1,10 +1,9 @@
|
|||
ZSH=$HOME/.oh-my-zsh
|
||||
|
||||
ZSH_THEME="agnoster"
|
||||
|
||||
COMPLETION_WAITING_DOTS="true"
|
||||
|
||||
plugins=(vi-mode svn git python history-substring-search)
|
||||
plugins=(vi-mode svn git python zsh-syntax-highlighting history-substring-search)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ ln -vfs "$DIR/.tmux.conf" ~/.
|
|||
rm -f "~/.zshrc"
|
||||
ln -vfs "$DIR/.zshrc" ~/.
|
||||
ln -vfs "$DIR/.oh-my-zsh" ~/.
|
||||
ln -vfs "$DIR/.oh-my-zsh-plugins/zsh-syntax-highlighting" ~/.oh-my-zsh/custom/plugins/
|
||||
ln -vfs "$DIR/.Slic3r" ~/.
|
||||
ln -vfs "$DIR/.ghci" ~/.
|
||||
mkdir -p ~/.kde/share/config/
|
||||
|
|
Loading…
Reference in a new issue