mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
opt bash
This commit is contained in:
parent
62fd7f7082
commit
1ac3c03871
@ -89,7 +89,7 @@
|
||||
|
||||
~yac
|
||||
~cli
|
||||
target lex
|
||||
target web.code.bash
|
||||
|
||||
return
|
||||
matrix create shy 32 32
|
||||
|
@ -2,12 +2,10 @@
|
||||
if [ "$ISH_CONF_PRE" = "" ]; then
|
||||
[ -f $PWD/.ish/plug.sh ] || [ -f $HOME/.ish/plug.sh ] || git clone ${ISH_CONF_HUB_PROXY:="https://"}github.com/shylinux/intshell $PWD/.ish
|
||||
source $PWD/.ish/plug.sh || source $HOME/.ish/plug.sh
|
||||
fi; [ "$PWD" = "$HOME" ] || ish_miss_create_link $HOME/.ish $PWD/.ish
|
||||
fi
|
||||
|
||||
[ -f ~/.bash_profile ] || echo "source ~/.bashrc" >> ~/.bash_profile
|
||||
ish_miss_create_link ~/.bash_local $PWD/etc/conf/bash_local.sh
|
||||
require dev/git/git.sh
|
||||
ish_dev_git_prepare
|
||||
ish_sys_link_create ~/.bash_local $PWD/etc/conf/bash_local.sh
|
||||
|
||||
require miss.sh
|
||||
ish_miss_prepare_compile
|
||||
@ -32,7 +30,7 @@ ish_miss_prepare mysql-story
|
||||
|
||||
make
|
||||
|
||||
ish_miss_create_link ~/.vim_local.vim $PWD/etc/conf/vim_local.vim
|
||||
ish_sys_link_create ~/.vim_local.vim $PWD/etc/conf/vim_local.vim
|
||||
require dev/vim/vim.sh
|
||||
ish_dev_vim_prepare
|
||||
|
||||
|
4
go.mod
4
go.mod
@ -14,10 +14,10 @@ replace (
|
||||
|
||||
require (
|
||||
github.com/shylinux/golang-story v0.0.0-00010101000000-000000000000
|
||||
github.com/shylinux/icebergs v0.3.4
|
||||
github.com/shylinux/icebergs v0.3.5
|
||||
github.com/shylinux/linux-story v0.0.0-00010101000000-000000000000
|
||||
github.com/shylinux/mysql-story v0.0.0-00010101000000-000000000000
|
||||
github.com/shylinux/nginx-story v0.0.0-00010101000000-000000000000
|
||||
github.com/shylinux/redis-story v0.0.0-00010101000000-000000000000
|
||||
github.com/shylinux/toolkits v0.2.4
|
||||
github.com/shylinux/toolkits v0.2.5
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user