forked from x/ContextOS
add some
This commit is contained in:
parent
4fb31dbc97
commit
f69f274fff
15
etc/init.shy
15
etc/init.shy
@ -1,17 +1,2 @@
|
||||
~web.code
|
||||
webpack insert xterm/lib/xterm.js
|
||||
webpack insert xterm/css/xterm.css
|
||||
webpack insert xterm-addon-fit/lib/xterm-addon-fit.js
|
||||
webpack insert xterm-addon-web-links/lib/xterm-addon-web-links.js
|
||||
binpack insert usr/node_modules/xterm/lib/xterm.js
|
||||
binpack insert usr/node_modules/xterm/css/xterm.css
|
||||
binpack insert usr/node_modules/xterm-addon-fit/lib/xterm-addon-fit.js
|
||||
binpack insert usr/node_modules/xterm-addon-web-links/lib/xterm-addon-web-links.js
|
||||
binpack insert usr/node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff2
|
||||
binpack insert usr/node_modules/bootstrap-icons/font/bootstrap-icons.css
|
||||
~web.code
|
||||
binpack insert usr/icons/
|
||||
~web.code.git
|
||||
config service cmd git
|
||||
~ssh
|
||||
source local.shy
|
||||
|
@ -7,13 +7,13 @@ Volcanos({river: {
|
||||
}},
|
||||
product: {name: "办公群", icon: "bi bi-wechat", storm: {
|
||||
feel: {name: "相册 feel", icon: "bi bi-images", index: [
|
||||
"feel", "draw",
|
||||
"feel",
|
||||
]},
|
||||
message: {name: "聊天 message", icon: "bi bi-wechat", index: [
|
||||
"message",
|
||||
]},
|
||||
plan: {name: "计划 plan", icon: "bi bi-calendar4-week", index: [
|
||||
"plan", "flows",
|
||||
"plan",
|
||||
]},
|
||||
matrix: {name: "矩阵 matrix", icon: "bi bi-grid-3x3-gap", type: aaa.TECH, nodetype: web.SERVER, index: [
|
||||
"matrix",
|
||||
|
@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
prepare_package() {
|
||||
return
|
||||
case "$(uname)" in
|
||||
Darwin) xcode-select --install 2>/dev/null ;;
|
||||
Linux) if [ `whoami` != "root" ]; then return; fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user