#1 Migrate git submodules to chezmoi external file

Merged
ryanreed merged 2 commits from chezmoiexternal into master 3 years ago
  1. +65
    -0
      .chezmoiexternal.toml
  2. +0
    -36
      .gitmodules
  3. +0
    -1
      dot_vim/bundle/gruvbox
  4. +0
    -1
      dot_vim/bundle/indentLine
  5. +0
    -1
      dot_vim/bundle/lightline.vim
  6. +0
    -1
      dot_vim/bundle/nerdcommenter
  7. +0
    -1
      dot_vim/bundle/nerdtree
  8. +0
    -1
      dot_vim/bundle/python-syntax
  9. +0
    -1
      dot_vim/bundle/tabular
  10. +0
    -1
      dot_vim/bundle/vim-indent-guides
  11. +0
    -1
      dot_vim/bundle/vim-markdown-toc
  12. +0
    -1
      dot_vim/bundle/vim-rainbow
  13. +0
    -1
      dot_vim/bundle/vim-surround
  14. +0
    -1
      dot_vim/pack/git-plugins/start/ale

+ 65
- 0
.chezmoiexternal.toml View File

@ -0,0 +1,65 @@
[".tmux/plugins/tpm"]
type = "archive"
url = "https://github.com/tmux-plugins/tpm/archive/master.tar.gz"
exact = true
stripComponents = 1
[".vim/bundle/gruvbox"]
type = "archive"
url = "https://github.com/morhetz/gruvbox/archive/master.tar.gz"
exact = true
stripComponents = 1
[".vim/bundle/indentLine"]
type = "archive"
url = "https://github.com/Yggdroot/indentLine/archive/master.tar.gz"
exact = true
stripComponents = 1
[".vim/bundle/lightline.vim"]
type = "archive"
url = "https://github.com/itchyny/lightline.vim/archive/master.tar.gz"
exact = true
stripComponents = 1
[".vim/bundle/nerdcommenter"]
type = "archive"
url = "https://github.com/preservim/nerdcommenter/archive/master.tar.gz"
exact = true
stripComponents = 1
[".vim/bundle/nerdtree"]
type = "archive"
url = "https://github.com/preservim/nerdtree/archive/master.tar.gz"
exact = true
stripComponents = 1
[".vim/bundle/python-syntax"]
type = "archive"
url = "https://github.com/hdima/python-syntax/archive/master.tar.gz"
exact = true
stripComponents = 1
[".vim/bundle/tabular"]
type = "archive"
url = "https://github.com/godlygeek/tabular/archive/master.tar.gz"
exact = true
stripComponents = 1
[".vim/bundle/vim-indent-guides"]
type = "archive"
url = "https://github.com/nathanaelkane/vim-indent-guides/archive/master.tar.gz"
exact = true
stripComponents = 1
[".vim/bundle/vim-markdown-toc"]
type = "archive"
url = "https://github.com/mzlogin/vim-markdown-toc/archive/master.tar.gz"
exact = true
stripComponents = 1
[".vim/bundle/vim-rainbow"]
type = "archive"
url = "https://github.com/frazrepo/vim-rainbow/archive/master.tar.gz"
exact = true
stripComponents = 1
[".vim/bundle/vim-surround"]
type = "archive"
url = "https://github.com/tpope/vim-surround/archive/master.tar.gz"
exact = true
stripComponents = 1
[".vim/pack/git-plugins/start/ale"]
type = "archive"
url = "https://github.com/dense-analysis/ale/archive/master.tar.gz"
exact = true
stripComponents = 1

+ 0
- 36
.gitmodules View File

@ -1,36 +0,0 @@
[submodule "dot_vim/bundle/gruvbox"]
path = dot_vim/bundle/gruvbox
url = https://github.com/morhetz/gruvbox.git
[submodule "dot_vim/bundle/indentLine"]
path = dot_vim/bundle/indentLine
url = https://github.com/Yggdroot/indentLine.git
[submodule "dot_vim/bundle/lightline.vim"]
path = dot_vim/bundle/lightline.vim
url = https://github.com/itchyny/lightline.vim.git
[submodule "dot_vim/bundle/nerdcommenter"]
path = dot_vim/bundle/nerdcommenter
url = https://github.com/preservim/nerdcommenter.git
[submodule "dot_vim/bundle/nerdtree"]
path = dot_vim/bundle/nerdtree
url = https://github.com/preservim/nerdtree.git
[submodule "dot_vim/bundle/python-syntax"]
path = dot_vim/bundle/python-syntax
url = https://github.com/hdima/python-syntax.git
[submodule "dot_vim/bundle/tabular"]
path = dot_vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "dot_vim/bundle/vim-indent-guides"]
path = dot_vim/bundle/vim-indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git
[submodule "dot_vim/bundle/vim-markdown-toc"]
path = dot_vim/bundle/vim-markdown-toc
url = https://github.com/mzlogin/vim-markdown-toc.git
[submodule "dot_vim/bundle/vim-rainbow"]
path = dot_vim/bundle/vim-rainbow
url = https://github.com/frazrepo/vim-rainbow.git
[submodule "dot_vim/bundle/vim-surround"]
path = dot_vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "dot_vim/pack/git-plugins/start/ale"]
path = dot_vim/pack/git-plugins/start/ale
url = https://github.com/dense-analysis/ale.git

+ 0
- 1
dot_vim/bundle/gruvbox

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

+ 0
- 1
dot_vim/bundle/indentLine

@ -1 +0,0 @@
Subproject commit 5617a1cf7d315e6e6f84d825c85e3b669d220bfa

+ 0
- 1
dot_vim/bundle/lightline.vim

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

+ 0
- 1
dot_vim/bundle/nerdcommenter

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

+ 0
- 1
dot_vim/bundle/nerdtree

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

+ 0
- 1
dot_vim/bundle/python-syntax

@ -1 +0,0 @@
Subproject commit 69760cb3accce488cc072772ca918ac2cbf384ba

+ 0
- 1
dot_vim/bundle/tabular

@ -1 +0,0 @@
Subproject commit 339091ac4dd1f17e225fe7d57b48aff55f99b23a

+ 0
- 1
dot_vim/bundle/vim-indent-guides

@ -1 +0,0 @@
Subproject commit 54d889a63716ee2f1818aa2ec5082db47147147b

+ 0
- 1
dot_vim/bundle/vim-markdown-toc

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

+ 0
- 1
dot_vim/bundle/vim-rainbow

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

+ 0
- 1
dot_vim/bundle/vim-surround

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

+ 0
- 1
dot_vim/pack/git-plugins/start/ale

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

Loading…
Cancel
Save