u
This commit is contained in:
parent
444ab666e2
commit
9b13d9843e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
nixhome/.bashrc-custom
|
||||
|
||||
\._*
|
||||
|
@ -19,8 +19,8 @@ mkdir fon
|
||||
pushd fon
|
||||
git clone https://git.faronear.org/fon/_fon
|
||||
git clone https://git.faronear.org/fon/sysconfig
|
||||
git clone https://git.faronear.org/fon/www.faronear.com
|
||||
git clone https://git.faronear.org/fon/dot.vscode
|
||||
git clone https://git.faronear.org/fon/www.faronear.com
|
||||
git clone https://git.faronear.org/fon/yapi.faronear.org
|
||||
git clone https://git.faronear.org/fon/git.faronear.org
|
||||
git clone https://git.faronear.org/fon/www.faronear.org
|
||||
@ -50,7 +50,6 @@ git clone https://git.faronear.org/npm/tic.crypto
|
||||
git clone https://git.faronear.org/npm/tic.tool4chain
|
||||
git clone https://git.faronear.org/npm/tic.traction
|
||||
|
||||
git clone https://git.faronear.org/npm/user.i18n.uniapp
|
||||
git clone https://git.faronear.org/npm/user.part.uniapp
|
||||
git clone https://git.faronear.org/npm/user.style.scss
|
||||
git clone https://git.faronear.org/npm/user.tool.uniapp
|
||||
@ -59,7 +58,7 @@ popd
|
||||
|
||||
mkdir sol
|
||||
pushd sol
|
||||
git clone https://git.faronear.org/sol/_sol.git
|
||||
git clone https://git.faronear.org/sol/_sol
|
||||
git clone https://git.faronear.org/sol/sol.ling
|
||||
git clone https://git.faronear.org/sol/sol.data
|
||||
git clone https://git.faronear.org/sol/sol.base
|
||||
@ -73,7 +72,6 @@ git clone https://git.faronear.org/tic/_tic
|
||||
git clone https://git.faronear.org/tic/cloud
|
||||
git clone https://git.faronear.org/tic/cloud.server
|
||||
git clone https://git.faronear.org/tic/cloud.user.vue
|
||||
git clone https://git.faronear.org/tic/cloud.user.vue
|
||||
git clone https://git.faronear.org/tic/star
|
||||
git clone https://git.faronear.org/tic/star.core.torm
|
||||
git clone https://git.faronear.org/tic/star.lens.design
|
||||
|
139
git-clone-all.sh
Normal file
139
git-clone-all.sh
Normal file
@ -0,0 +1,139 @@
|
||||
#!/bin/bash
|
||||
|
||||
mkdir com
|
||||
pushd com
|
||||
git clone https://git.faronear.org/com/www.yuanjin.net
|
||||
popd
|
||||
|
||||
mkdir cup
|
||||
pushd cup
|
||||
git clone https://git.faronear.org/cup/code.gasj.allinone
|
||||
git clone https://git.faronear.org/cup/code.gd-thomas.jp
|
||||
popd
|
||||
|
||||
mkdir cup-cmc
|
||||
pushd cup-cmc
|
||||
git clone https://git.faronear.org/cup-cmc/cmctoy.web.uniapp
|
||||
git clone https://git.faronear.org/cup-cmc/cmctoy.server.torm
|
||||
popd
|
||||
|
||||
mkdir fon
|
||||
pushd fon
|
||||
git clone https://git.faronear.org/fon/_fon
|
||||
git clone https://git.faronear.org/fon/sysconfig
|
||||
git clone https://git.faronear.org/fon/dot.vscode
|
||||
git clone https://git.faronear.org/fon/www.faronear.com
|
||||
git clone https://git.faronear.org/fon/yapi.faronear.org
|
||||
git clone https://git.faronear.org/fon/git.faronear.org
|
||||
git clone https://git.faronear.org/fon/www.faronear.org
|
||||
git clone https://git.faronear.org/fon/mail.faronear.org
|
||||
popd
|
||||
|
||||
mkdir npm
|
||||
pushd npm
|
||||
git clone https://git.faronear.org/npm/_npm
|
||||
git clone https://git.faronear.org/npm/base.FileTransfer.server
|
||||
git clone https://git.faronear.org/npm/base.deployer
|
||||
git clone https://git.faronear.org/npm/base.enviconfig
|
||||
git clone https://git.faronear.org/npm/base.logger
|
||||
git clone https://git.faronear.org/npm/base.messenger
|
||||
git clone https://git.faronear.org/npm/base.nettool
|
||||
git clone https://git.faronear.org/npm/base.webserver
|
||||
git clone https://git.faronear.org/npm/base.websocket.server
|
||||
git clone https://git.faronear.org/npm/base.webtoken
|
||||
|
||||
git clone https://git.faronear.org/npm/core.i18n
|
||||
git clone https://git.faronear.org/npm/core.tool
|
||||
git clone https://git.faronear.org/npm/core.websocket.rpc
|
||||
|
||||
git clone https://git.faronear.org/npm/template.user.uniapp
|
||||
|
||||
git clone https://git.faronear.org/npm/tic.crypto
|
||||
git clone https://git.faronear.org/npm/tic.tool4chain
|
||||
git clone https://git.faronear.org/npm/tic.traction
|
||||
|
||||
git clone https://git.faronear.org/npm/user.part.uniapp
|
||||
git clone https://git.faronear.org/npm/user.style.scss
|
||||
git clone https://git.faronear.org/npm/user.tool.uniapp
|
||||
git clone https://git.faronear.org/npm/user.websocket.uniapp
|
||||
popd
|
||||
|
||||
mkdir sol
|
||||
pushd sol
|
||||
git clone https://git.faronear.org/sol/_sol
|
||||
git clone https://git.faronear.org/sol/sol.ling
|
||||
git clone https://git.faronear.org/sol/sol.data
|
||||
git clone https://git.faronear.org/sol/sol.base
|
||||
git clone https://git.faronear.org/sol/solet
|
||||
git clone https://git.faronear.org/sol/soweb
|
||||
popd
|
||||
|
||||
mkdir tic
|
||||
pushd tic
|
||||
git clone https://git.faronear.org/tic/_tic
|
||||
git clone https://git.faronear.org/tic/cloud
|
||||
git clone https://git.faronear.org/tic/cloud.server
|
||||
git clone https://git.faronear.org/tic/cloud.user.vue
|
||||
git clone https://git.faronear.org/tic/star
|
||||
git clone https://git.faronear.org/tic/star.core.torm
|
||||
git clone https://git.faronear.org/tic/star.lens.design
|
||||
git clone https://git.faronear.org/tic/star.lens.uniapp
|
||||
git clone https://git.faronear.org/tic/star.lens.vue
|
||||
git clone https://git.faronear.org/tic/tic.blog.hexo
|
||||
git clone https://git.faronear.org/tic/tic.webhome
|
||||
git clone https://git.faronear.org/tic/tic.webhome.design
|
||||
git clone https://git.faronear.org/tic/tic.webhome.vue
|
||||
git clone https://git.faronear.org/tic/wallet
|
||||
git clone https://git.faronear.org/tic/wallet.server
|
||||
git clone https://git.faronear.org/tic/wallet.web
|
||||
popd
|
||||
|
||||
mkdir tuc
|
||||
pushd tuc
|
||||
git clone https://git.faronear.org/tuc/_tuc
|
||||
git clone https://git.faronear.org/tuc/tisch
|
||||
git clone https://git.faronear.org/tuc/nesh
|
||||
git clone https://git.faronear.org/tuc/nbtc
|
||||
popd
|
||||
|
||||
mkdir tuc-ext
|
||||
pushd tuc-ext
|
||||
git clone https://git.faronear.org/tuc-ext/ext
|
||||
git clone https://git.faronear.org/tuc-ext/ext.blog.hexo
|
||||
git clone https://git.faronear.org/tuc-ext/ext.server.torm
|
||||
git clone https://git.faronear.org/tuc-ext/ext.user.uniapp
|
||||
popd
|
||||
|
||||
mkdir tuc-log
|
||||
pushd tuc-log
|
||||
git clone https://git.faronear.org/tuc-log/log
|
||||
git clone https://git.faronear.org/tuc-log/log.manager.uniapp
|
||||
git clone https://git.faronear.org/tuc-log/log.server.mongo
|
||||
git clone https://git.faronear.org/tuc-log/log.server.torm
|
||||
git clone https://git.faronear.org/tuc-log/log.user.design
|
||||
git clone https://git.faronear.org/tuc-log/log.user.react
|
||||
git clone https://git.faronear.org/tuc-log/log.user.uniapp
|
||||
git clone https://git.faronear.org/tuc-log/log.user.vue
|
||||
git clone https://git.faronear.org/tuc-log/log.webhome.hexo
|
||||
popd
|
||||
|
||||
|
||||
mkdir tuc-vic
|
||||
pushd tuc-vic
|
||||
git clone https://git.faronear.org/tuc-vic/vic
|
||||
git clone https://git.faronear.org/tuc-vic/vic.server.mongo
|
||||
git clone https://git.faronear.org/tuc-vic/vic.user.design
|
||||
git clone https://git.faronear.org/tuc-vic/vic.user.react
|
||||
git clone https://git.faronear.org/tuc-vic/vic.webhome.hexo
|
||||
git clone https://git.faronear.org/tuc-vic/vic.market
|
||||
git clone https://git.faronear.org/tuc-vic/vic.admin.vue
|
||||
popd
|
||||
|
||||
mkdir tuc-fiv
|
||||
pushd tuc-fiv
|
||||
git clone https://git.faronear.org/tuc-fiv/fiv
|
||||
git clone https://git.faronear.org/tuc-fiv/fiv.webhome.hexo
|
||||
git clone https://git.faronear.org/tuc-fiv/fiv.server.mongo
|
||||
git clone https://git.faronear.org/tuc-fiv/fiv.user.react
|
||||
git clone https://git.faronear.org/tuc-fiv/fiv.design
|
||||
popd
|
Loading…
Reference in New Issue
Block a user