摘要:
有的时间脚本需要在后台一直运行 可以在脚本后添加 & 运行 sh abc.sh & 阅读全文
摘要:
brew 安装软件比较方便,国内源下载会比较快,但是有时下载会失败 所有有时需要切换国内与默认的源 切换国内源 # 替换brew.git: $ cd "$(brew --repo)" # 中国科大: $ git remote set-url origin https://mirrors.ustc.e 阅读全文
摘要:
打开配置文件~.bash_profile 添加 export HOMEBREW_NO_AUTO_UPDATE=1 source .bash_profile 配置生效 阅读全文