From 83f564466cb71a80cbe04037256b4f90cdc40c16 Mon Sep 17 00:00:00 2001 From: HawkinC Macbook Date: Wed, 21 May 2025 23:14:24 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(osx):=20=E6=B7=BB=E5=8A=A0brew?= =?UTF-8?q?=E5=92=8C=E5=AD=97=E4=BD=93=E5=AE=89=E8=A3=85=E6=AD=A5=E9=AA=A4?= =?UTF-8?q?=EF=BC=8C=E6=9B=B4=E6=96=B0=E9=BB=98=E8=AE=A4=E7=BB=88=E7=AB=AF?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E3=80=82=E5=A2=9E=E5=8A=A0chatbox=E3=80=81st?= =?UTF-8?q?ats=E3=80=81vscode1.98.2=E7=9A=84=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- osx.bash | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/osx.bash b/osx.bash index 511533f..7a5b0a3 100644 --- a/osx.bash +++ b/osx.bash @@ -10,27 +10,49 @@ # 系统设置--显示器--高级--「……防止休眠」勾选 # === 允许任意来源的app,然后可“设置>隐私与安全性>仍然允许” sudo spctl --master-disable -# === + # = finder # == 设置>边栏 +# = 终端 +# == 默认 +# 设置>描述文件>键盘>option作为meta键 +# 设置>描述文件>文本>字体 -> JetBrainsMono Nerd Font # = brew +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" +source "$HOME"/.config/zsh/share/app/brew.sh +# = stats +# https://mac-stats.com/ +# https://github.com/exelban/stats/releases/download/v2.11.43/Stats.dmg +# = 安装JetBrainsMono Nerd Font +brew install --cask font-jetbrains-mono-nerd-font # = python # == uv +brew install uv # === uv apps: tidevice +uv python install # == pyenv # = nodejs # == nvm +# 执行`zimfw install`后,nvm会自动安装 # == volta # == corepack enable +# == pnpm # = 飞书客户端,官网 # = arc 浏览器,要立刻同步 # == arc 插件:沉浸式翻译、Vimium C、bitwarden、AutoJump、BiliScope、Virtual Json Viewer、思源(SiYuan)、篡改猴 # = 远程配置仓库 # = bash # = zsh +cd "$HOME" +ln .config/zsh/zshrc.zsh .zshrc +brew install romkatv/powerlevel10k/powerlevel10k +zimfw install || zimfw reinstall # = apifox # = ai chat tool # == chat box +# https://chatboxai.app/zh +# https://chatboxai.app/install?download=darwin-aarch64 +# https://chatboxai.app/install?download=darwin-x86_64 # == cherry box # = vscode # centos的remote-ssh,需要低于1.99.0——因为有glibc和kennel版本限制