Initial commit

This commit is contained in:
2020-07-27 22:18:17 +02:00
commit 1f5850f96e
24 changed files with 110 additions and 0 deletions
+57
View File
@@ -0,0 +1,57 @@
[submodule "opt/vim-DrawIt"]
path = opt/vim-DrawIt
url = https://github.com/hrj/vim-DrawIt
[submodule "opt/vim-games"]
path = opt/vim-games
url = https://github.com/jmanoel7/vim-games
[submodule "opt/vim-LanguageTool"]
path = opt/vim-LanguageTool
url = https://github.com/dpelle/vim-LanguageTool
[submodule "start/crafttweaker-vim-highlighting"]
path = start/crafttweaker-vim-highlighting
url = https://github.com/DaeZak/crafttweaker-vim-highlighting
[submodule "start/DoxyGen-Syntax"]
path = start/DoxyGen-Syntax
url = https://github.com/vim-scripts/DoxyGen-Syntax
[submodule "start/json5.vim"]
path = start/json5.vim
url = https://github.com/GutenYe/json5.vim
[submodule "start/PHP-Indenting-for-VIm"]
path = start/PHP-Indenting-for-VIm
url = https://github.com/2072/PHP-Indenting-for-VIm
[submodule "start/TI-Basic-Syntax"]
path = start/TI-Basic-Syntax
url = https://github.com/vim-scripts/TI-Basic-Syntax
[submodule "start/typescript-vim"]
path = start/typescript-vim
url = https://github.com/leafgarland/typescript-vim
[submodule "start/vim-atomified"]
path = start/vim-atomified
url = https://github.com/Siphalor/vim-atomified
[submodule "start/vim-FIGlet"]
path = start/vim-FIGlet
url = https://github.com/fadein/vim-FIGlet
[submodule "start/vim-fswitch"]
path = start/vim-fswitch
url = https://github.com/derekwyatt/vim-fswitch
[submodule "start/vim-fugitive"]
path = start/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "start/vim-hjson"]
path = start/vim-hjson
url = https://github.com/hjson/vim-hjson
[submodule "start/vim-ionic2"]
path = start/vim-ionic2
url = https://github.com/akz92/vim-ionic2
[submodule "start/vim-json"]
path = start/vim-json
url = https://github.com/leshill/vim-json
[submodule "start/vim-rng"]
path = start/vim-rng
url = https://github.com/dahu/vim-rng
[submodule "start/vimtex"]
path = start/vimtex
url = https://github.com/lervag/vimtex
[submodule "start/vim-toml"]
path = start/vim-toml
url = https://github.com/cespare/vim-toml
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
for dir in $(ls -d */)
do
cd $dir
url=$(git remote get-url origin)
echo $url
cd -
rm -rf $dir
git submodule add $url
done
+6
View File
@@ -0,0 +1,6 @@
for dir in $(ls -d */)
do
cd $dir
git pull
cd ..
done
+1
Submodule opt/vim-DrawIt added at d0adae12cd
Submodule
+1
Submodule opt/vim-games added at d3bb045022
+1
Submodule start/json5.vim added at 1e1718959b
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
for dir in $(ls -d */)
do
cd $dir
url=$(git remote get-url origin)
echo $url
cd -
rm -rf $dir
git submodule add $url
done
+6
View File
@@ -0,0 +1,6 @@
for dir in $(ls -d */)
do
cd $dir
git pull
cd ..
done
+1
Submodule start/vim-FIGlet added at 2578e2d40c
Submodule start/vim-atomified added at 954804978c
+1
Submodule start/vim-fswitch added at 94acdd8bc9
Submodule start/vim-fugitive added at 1da7c133b1
+1
Submodule start/vim-hjson added at adc104d4a4
+1
Submodule start/vim-ionic2 added at f70fe2b3c4
+1
Submodule start/vim-json added at 3029554ee1
Submodule
+1
Submodule start/vim-rng added at be3f7326c5
+1
Submodule start/vim-toml added at 897cb4eaa8
Submodule
+1
Submodule start/vimtex added at f5e2353a2a