brew安装的软件更新
brew upgrade
brew update
vim 插件更新
:PluginUpdate

git项目更新
定义一个函数,并执行 pull
function pull(){
ls -d */ |while read dir;do
cd ${dir}
echo "==========${dir}==========="
git gc; git pull -p; git clean -f *.flattened-pom.xml; git status;
cd -
done
}
博客主题更新
node 服务更新
npm 更新
npm list -g
npm update -g
ncu -g
idea 插件更新
https://chen-shang.github.io/2023/09/02/gong-ju-kong/npm/npm-shi-yong-bi-ji/
iterm2 更新
Postman 更新
代码仓库更新
- git - git stash clear
docker 更新
Skills 更新
npx skills update -g
bun 更新
bun upgrade
bun update -g
claude
claude upgrade
Ollama 更新
cc switch 更新
Chrome 标签