brew
技术小事
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Mac下Homebrew更新国内源brew update卡死(完美解决,网上都不完整)
先更新下brew有时brew版本太旧也会有问题/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"再更新国内源#更新Homebrewcd "$(brew --repo)"git remote set-url origin https://mirrors.ustc.edu.cn/brew.git#更新Homebrew-corecd "$(brew原创 2020-09-25 14:24:05 · 6254 阅读 · 5 评论 -
Mac zsh kubectl 安装及自动补全配置
brew install kubectlThe kubectl completion script for Zsh can be generated with the command kubectl completion zsh. Sourcing the completion script in your shell enables kubectl autocompletion.To do so in all your shell sessions, add the following to your原创 2020-08-21 11:23:43 · 1767 阅读 · 0 评论
分享