1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-06-26 18:07:30 +08:00
This commit is contained in:
shylinux 2023-02-17 15:08:56 +08:00
parent 4c1295125b
commit e280e63886
3 changed files with 19 additions and 18 deletions

View File

@ -10,6 +10,7 @@
role white void web.code.git.trend role white void web.code.git.trend
role white void web.code.input.find role white void web.code.input.find
role white void web.wiki.alpha.find role white void web.wiki.alpha.find
role white void require/src
~web.code ~web.code
alpine mirrors alpine mirrors

View File

@ -41,8 +41,7 @@ ish_miss_prepare_toolkits
ish_miss_prepare_volcanos ish_miss_prepare_volcanos
ish_miss_prepare_learning ish_miss_prepare_learning
ish_miss_make; if [ -n "$*" ]; then ish_miss_serve "$@"; fi _prepare_ttc() {
ish_sys_link_create ~/.bash_local $PWD/etc/conf/bash_local.sh ish_sys_link_create ~/.bash_local $PWD/etc/conf/bash_local.sh
ish_sys_link_create ~/.vim_local.vim $PWD/etc/conf/vim_local.vim ish_sys_link_create ~/.vim_local.vim $PWD/etc/conf/vim_local.vim
require sys/cli/cli.sh require sys/cli/cli.sh
@ -58,4 +57,5 @@ if tmux -V; then
else else
ish_miss_serve_log ish_miss_serve_log
fi fi
}
ish_miss_make; if [ -n "$*" ]; then ish_miss_serve "$@"; else _prepare_ttc; fi

View File

@ -1,2 +1,2 @@
ish_sys_dev_configs echo "hello world"
ish_sys_dev_grant echo "$@"