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

11
opt/submodularize.sh Normal file
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
opt/update.sh Normal file
View File

@@ -0,0 +1,6 @@
for dir in $(ls -d */)
do
cd $dir
git pull
cd ..
done

1
opt/vim-DrawIt Submodule

Submodule opt/vim-DrawIt added at d0adae12cd

1
opt/vim-LanguageTool Submodule

Submodule opt/vim-LanguageTool added at d37b1f0125

1
opt/vim-games Submodule

Submodule opt/vim-games added at d3bb045022