From 1d1ec88edb73c183ff51439f63b6b9dd64ea4124 Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Fri, 9 Mar 2018 23:24:58 -0500 Subject: [PATCH] fix submodules --- .gitmodules | 4 ---- files/.config/zsh/custom/plugins/zsh-autosuggestions | 1 + .../.config/zsh/custom/plugins/zsh-syntax-highlighting | 1 + files/.config/zsh/oh-my-zsh | 1 + files/.config/zsh/oh-my-zsh/cache/.gitkeep | 0 files/.config/zsh/oh-my-zsh/custom/example.zsh | 10 ---------- .../custom/plugins/example/example.plugin.zsh | 2 -- files/.config/zsh/oh-my-zsh/log/.gitkeep | 0 8 files changed, 3 insertions(+), 16 deletions(-) create mode 160000 files/.config/zsh/custom/plugins/zsh-autosuggestions create mode 160000 files/.config/zsh/custom/plugins/zsh-syntax-highlighting create mode 160000 files/.config/zsh/oh-my-zsh delete mode 100644 files/.config/zsh/oh-my-zsh/cache/.gitkeep delete mode 100644 files/.config/zsh/oh-my-zsh/custom/example.zsh delete mode 100644 files/.config/zsh/oh-my-zsh/custom/plugins/example/example.plugin.zsh delete mode 100644 files/.config/zsh/oh-my-zsh/log/.gitkeep diff --git a/.gitmodules b/.gitmodules index 0c121e2..0b022f2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,16 +1,12 @@ [submodule "files/.config/zsh/oh-my-zsh"] path = files/.config/zsh/oh-my-zsh url = https://github.com/robbyrussell/oh-my-zsh.git - branch = master [submodule "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 - branch = master [submodule "files/.config/zsh/custom/plugins/zsh-autosuggestions"] path = files/.config/zsh/custom/plugins/zsh-autosuggestions url = https://github.com/zsh-users/zsh-autosuggestions.git - branch = master [submodule "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 - branch = master diff --git a/files/.config/zsh/custom/plugins/zsh-autosuggestions b/files/.config/zsh/custom/plugins/zsh-autosuggestions new file mode 160000 index 0000000..c7d4a85 --- /dev/null +++ b/files/.config/zsh/custom/plugins/zsh-autosuggestions @@ -0,0 +1 @@ +Subproject commit c7d4a85031c101ef9bce0018096622087894dd09 diff --git a/files/.config/zsh/custom/plugins/zsh-syntax-highlighting b/files/.config/zsh/custom/plugins/zsh-syntax-highlighting new file mode 160000 index 0000000..2c0c75a --- /dev/null +++ b/files/.config/zsh/custom/plugins/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit 2c0c75a8ee9a0f212eebbe4ee91ca5884f18e52f diff --git a/files/.config/zsh/oh-my-zsh b/files/.config/zsh/oh-my-zsh new file mode 160000 index 0000000..7ed82b4 --- /dev/null +++ b/files/.config/zsh/oh-my-zsh @@ -0,0 +1 @@ +Subproject commit 7ed82b4df6d381ef26a4dbdf253bf414497adcd1 diff --git a/files/.config/zsh/oh-my-zsh/cache/.gitkeep b/files/.config/zsh/oh-my-zsh/cache/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/files/.config/zsh/oh-my-zsh/custom/example.zsh b/files/.config/zsh/oh-my-zsh/custom/example.zsh deleted file mode 100644 index c505a96..0000000 --- a/files/.config/zsh/oh-my-zsh/custom/example.zsh +++ /dev/null @@ -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 -# diff --git a/files/.config/zsh/oh-my-zsh/custom/plugins/example/example.plugin.zsh b/files/.config/zsh/oh-my-zsh/custom/plugins/example/example.plugin.zsh deleted file mode 100644 index 406f274..0000000 --- a/files/.config/zsh/oh-my-zsh/custom/plugins/example/example.plugin.zsh +++ /dev/null @@ -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. diff --git a/files/.config/zsh/oh-my-zsh/log/.gitkeep b/files/.config/zsh/oh-my-zsh/log/.gitkeep deleted file mode 100644 index e69de29..0000000