欢迎您访问 最编程 本站为您分享编程语言代码,编程技术文章!
您现在的位置是: 首页

手机也有生产力,手把手教你用手机开发APP-安装脚本

最编程 2024-07-28 22:17:30
...
  1. Termux安装node.js开发必备软件
bash -c "$(curl -fsSL https://gitee.com/lxyoucan/tools/raw/master/termux/runtime.sh)"
  1. 国内加速oh my zsh ITKEY个性化配置版
pkg install zsh
chsh -s zsh
#重启app后运行
bash -c "$(curl -fsSL https://gitee.com/lxyoucan/tools/raw/master/common/ohmyzsh_itkey.sh)"
  1. neovim 自动配置文件更新小助手(全平台支持)
bash -c "$(curl -fsSL https://gitee.com/lxyoucan/tools/raw/master/common/nvimIDE.sh)"