forked from x/ContextOS
opt some
This commit is contained in:
parent
885cacfd22
commit
e049c89b93
10
etc/miss.sh
10
etc/miss.sh
@ -1,10 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
export ctx_dev=${ctx_dev:=http://shylinux.com}
|
||||||
if [ -f $PWD/.ish/plug.sh ]; then source $PWD/.ish/plug.sh; elif [ -f $HOME/.ish/plug.sh ]; then source $HOME/.ish/plug.sh; else
|
if [ -f $PWD/.ish/plug.sh ]; then source $PWD/.ish/plug.sh; elif [ -f $HOME/.ish/plug.sh ]; then source $HOME/.ish/plug.sh; else
|
||||||
temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi; source $temp intshell
|
temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi; source $temp intshell
|
||||||
fi
|
fi; require conf.sh; require miss.sh
|
||||||
|
|
||||||
require miss.sh
|
|
||||||
ish_miss_prepare_compile
|
ish_miss_prepare_compile
|
||||||
ish_miss_prepare_develop
|
ish_miss_prepare_develop
|
||||||
ish_miss_prepare_project
|
ish_miss_prepare_project
|
||||||
@ -23,10 +23,4 @@ ish_miss_prepare icons
|
|||||||
ish_miss_prepare go-git
|
ish_miss_prepare go-git
|
||||||
ish_miss_prepare matrix
|
ish_miss_prepare matrix
|
||||||
|
|
||||||
_prepare_ttc() {
|
|
||||||
ish_sys_cli_prepare; ish_dev_tmux_prepare; ish_dev_git_prepare; ish_dev_vim_prepare # ish_dev_vim_plug_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
|
|
||||||
}
|
|
||||||
ish_miss_make
|
ish_miss_make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user