✨ feat(osx): 添加brew和字体安装步骤,更新默认终端配置。增加chatbox、stats、vscode1.98.2的链接
This commit is contained in:
parent
c29caa2fb6
commit
83f564466c
24
osx.bash
24
osx.bash
|
@ -10,27 +10,49 @@
|
||||||
# 系统设置--显示器--高级--「……防止休眠」勾选
|
# 系统设置--显示器--高级--「……防止休眠」勾选
|
||||||
# === 允许任意来源的app,然后可“设置>隐私与安全性>仍然允许”
|
# === 允许任意来源的app,然后可“设置>隐私与安全性>仍然允许”
|
||||||
sudo spctl --master-disable
|
sudo spctl --master-disable
|
||||||
# ===
|
|
||||||
# = finder
|
# = finder
|
||||||
# == 设置>边栏
|
# == 设置>边栏
|
||||||
|
# = 终端
|
||||||
|
# == 默认
|
||||||
|
# 设置>描述文件>键盘>option作为meta键
|
||||||
|
# 设置>描述文件>文本>字体 -> JetBrainsMono Nerd Font
|
||||||
# = brew
|
# = 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
|
# = python
|
||||||
# == uv
|
# == uv
|
||||||
|
brew install uv
|
||||||
# === uv apps: tidevice
|
# === uv apps: tidevice
|
||||||
|
uv python install
|
||||||
# == pyenv
|
# == pyenv
|
||||||
# = nodejs
|
# = nodejs
|
||||||
# == nvm
|
# == nvm
|
||||||
|
# 执行`zimfw install`后,nvm会自动安装
|
||||||
# == volta
|
# == volta
|
||||||
# == corepack enable
|
# == corepack enable
|
||||||
|
# == pnpm
|
||||||
# = 飞书客户端,官网
|
# = 飞书客户端,官网
|
||||||
# = arc 浏览器,要立刻同步
|
# = arc 浏览器,要立刻同步
|
||||||
# == arc 插件:沉浸式翻译、Vimium C、bitwarden、AutoJump、BiliScope、Virtual Json Viewer、思源(SiYuan)、篡改猴
|
# == arc 插件:沉浸式翻译、Vimium C、bitwarden、AutoJump、BiliScope、Virtual Json Viewer、思源(SiYuan)、篡改猴
|
||||||
# = 远程配置仓库
|
# = 远程配置仓库
|
||||||
# = bash
|
# = bash
|
||||||
# = zsh
|
# = zsh
|
||||||
|
cd "$HOME"
|
||||||
|
ln .config/zsh/zshrc.zsh .zshrc
|
||||||
|
brew install romkatv/powerlevel10k/powerlevel10k
|
||||||
|
zimfw install || zimfw reinstall
|
||||||
# = apifox
|
# = apifox
|
||||||
# = ai chat tool
|
# = ai chat tool
|
||||||
# == chat box
|
# == chat box
|
||||||
|
# https://chatboxai.app/zh
|
||||||
|
# https://chatboxai.app/install?download=darwin-aarch64
|
||||||
|
# https://chatboxai.app/install?download=darwin-x86_64
|
||||||
# == cherry box
|
# == cherry box
|
||||||
# = vscode
|
# = vscode
|
||||||
# centos的remote-ssh,需要低于1.99.0——因为有glibc和kennel版本限制
|
# centos的remote-ssh,需要低于1.99.0——因为有glibc和kennel版本限制
|
||||||
|
|
Loading…
Reference in New Issue