Remove oh-my-zsh
This commit is contained in:
parent
6c668c41d9
commit
89eae8e50a
4 changed files with 0 additions and 10 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,15 +1,9 @@
|
|||
[submodule ".oh-my-zsh"]
|
||||
path = .oh-my-zsh
|
||||
url = git://github.com/robbyrussell/oh-my-zsh.git
|
||||
[submodule "tools/icdiff.git"]
|
||||
path = tools/icdiff.git
|
||||
url = https://github.com/jeffkaufman/icdiff.git
|
||||
[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
|
||||
[submodule ".vim/bundle/Vundle.vim"]
|
||||
path = .vim/bundle/Vundle.vim
|
||||
url = https://github.com/VundleVim/Vundle.vim.git
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit cff228e342a797b6ac0da7edb431f5f66de79ae4
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 3dc574190071ef59054f6d693132410b37aa3ae4
|
|
@ -38,8 +38,6 @@ ln -vfs "$DIR/.tmux.conf" ~/.
|
|||
rm -f "~/.zshrc"
|
||||
ln -vfs "$DIR/.zshrc" ~/.
|
||||
ln -vfs "$DIR/.setenv" ~/.
|
||||
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" ~/.
|
||||
ln -vfs "$DIR/.conkyrc" ~/.
|
||||
|
|
Loading…
Reference in a new issue