1
0
Fork 0

fix submodules

This commit is contained in:
Massaki Archambault 2018-03-09 23:24:58 -05:00
parent 59aff43a2d
commit 1d1ec88edb
8 changed files with 3 additions and 16 deletions

4
.gitmodules vendored
View File

@ -1,16 +1,12 @@
[submodule "files/.config/zsh/oh-my-zsh"] [submodule "files/.config/zsh/oh-my-zsh"]
path = files/.config/zsh/oh-my-zsh path = files/.config/zsh/oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git url = https://github.com/robbyrussell/oh-my-zsh.git
branch = master
[submodule "files/.config/zsh/custom/plugins/zsh-syntax-highlighting"] [submodule "files/.config/zsh/custom/plugins/zsh-syntax-highlighting"]
path = files/.config/zsh/custom/plugins/zsh-syntax-highlighting path = files/.config/zsh/custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git url = https://github.com/zsh-users/zsh-syntax-highlighting.git
branch = master
[submodule "files/.config/zsh/custom/plugins/zsh-autosuggestions"] [submodule "files/.config/zsh/custom/plugins/zsh-autosuggestions"]
path = files/.config/zsh/custom/plugins/zsh-autosuggestions path = files/.config/zsh/custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git url = https://github.com/zsh-users/zsh-autosuggestions.git
branch = master
[submodule "files/.vim/bundle/repos/github.com/Shougo/dein.vim"] [submodule "files/.vim/bundle/repos/github.com/Shougo/dein.vim"]
path = files/.vim/bundle/repos/github.com/Shougo/dein.vim path = files/.vim/bundle/repos/github.com/Shougo/dein.vim
url = https://github.com/Shougo/dein.vim.git url = https://github.com/Shougo/dein.vim.git
branch = master

@ -0,0 +1 @@
Subproject commit c7d4a85031c101ef9bce0018096622087894dd09

@ -0,0 +1 @@
Subproject commit 2c0c75a8ee9a0f212eebbe4ee91ca5884f18e52f

@ -0,0 +1 @@
Subproject commit 7ed82b4df6d381ef26a4dbdf253bf414497adcd1

View File

@ -1,10 +0,0 @@
# You can put files here to add functionality separated per file, which
# will be ignored by git.
# Files on the custom/ directory will be automatically loaded by the init
# script, in alphabetical order.
# For example: add yourself some shortcuts to projects you often work on.
#
# brainstormr=~/Projects/development/planetargon/brainstormr
# cd $brainstormr
#

View File

@ -1,2 +0,0 @@
# Add your own custom plugins in the custom/plugins directory. Plugins placed
# here will override ones with the same name in the main plugins directory.