1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-03-11 11:21:13 +08:00
parent c873a3aa23
commit 8c42753347
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ ish_miss_prepare webview
ish_miss_prepare gogit
_prepare_ttc() {
ish_sys_cli_prepare; ish_dev_vim_prepare; ish_dev_tmux_prepare
ish_sys_cli_prepare; ish_dev_git_prepare; ish_dev_vim_prepare; ish_dev_tmux_prepare
ish_sys_link_create ~/.bash_local.sh $PWD/etc/conf/bash_local.sh
ish_sys_link_create ~/.vim_local.vim $PWD/etc/conf/vim_local.vim
if tmux -V; then ish_miss_prepare_session miss miss; else ish_miss_serve_log; fi

View File

@ -11,8 +11,8 @@ main() {
done
;;
dev) # 开发环境
shift && prepare_system
require miss.sh
shift && prepare_system; require miss.sh
[ -f ~/.gitconfig ] || ish_dev_git_prepare
git config --global url."$ctx_dev".insteadOf https://shylinux.com
git clone https://shylinux.com/x/contexts
cd contexts && source etc/miss.sh dev dev "$@"