/

My MacBook

个人 MacBook 食用说明。推荐自动化环境配置脚本项目 imzyf/dotfiles

软件下载

使用 brew cask 安装软件,非常方便。

安装 brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# 查找软件
brew desc iterm2
brew search iterm2
brew info iterm2
# 安装软件
brew install --cask iterm2

软件清单

brew cask

  • arc Chromium based browser
  • chromium - Free and open-source web browser 🌐
  • dbeaver-community - Universal database tool and SQL client 🌐
  • docker - App to build and share containerised applications and microservices 🌐 office network can’t access https://desktop.docker.com/, have to manual install.
  • drawio - Online diagram software 🌐
  • figma - Collaborative team software 💅🏼
  • firefox
  • fork GIT client
  • github - Desktop client for GitHub repositories 🌐
  • google-chrome - Web browser 💻
  • iina - Free and open-source media player 💻
  • imageoptim - Tool to optimise images to a smaller size 💻
  • iterm2 - Terminal emulator as alternative to Apple’s Terminal app 💻
  • itsycal - Menu bar calendar 💻
  • licecap - Animated screen capture application 💻
  • logitech-g-hub - Support for Logitech G gear 💻
  • mysqlworkbench
  • notion - App to write, plan, collaborate, and get organised 💻
  • openinterminal
  • orbstack Replacement for Docker Desktop
  • phpstorm
  • postman - Collaboration platform for API development 💻
  • qlstephen - Quick Look plugin for plaintext files without an extension 💻
  • raycast Control your tools with a few keystrokes
  • sequel-ace
  • slack
  • snipaste - Snip or pin screenshots 💻
  • sourcetree - Graphical client for Git version control 💻
  • the-unarchiver - Unpacks archive files
  • visual-studio-code
  • warp - Rust-based terminal 💻
  • wetype - Text input app from WeChat team for Chinese users 💻
  • youdaodict - Youdao Dictionary 💻
  • zoom-for-it-admins

brew cask archive

  • adrive - Intelligent cloud storage platform 💻
  • another-redis-desktop-manager - Redis desktop manager 🌐
  • baidunetdisk - Cloud storage service 💻
  • blender - 3D creation suite 💅🏼
  • lens - Kubernetes IDE 🌐
  • mongodb-compass - Interactive tool for analyzing MongoDB data 🌐
  • fliqlo - Flip clock screensaver - 可以配合 触发角 使用
  • paper - Pap.er, 4K 5K HD Wallpaper Application 💻
  • wireshark - Network analyzer and capture tool - without graphical user interface 🌐
  • path-finder - 💰
  • dash - API documentation browser and code snippet manager - 💰
  • Medis 2 - 💰
  • redisinsight GUI for streamlined Redis application development
  • craft Native document editor
  • input-source-pro Tool for multi-language users
  • cleanshot Screen capturing tool
  • cleanmymac-zh - Tool to remove unnecessary files and folders from disk - 💰
# brew list
# brew list --cask
#
# ==> Casks
#
# arc
# chromium
# dbeaver-community
# drawio
# figma
# firefox
# fork
# github
# google-chrome
# iina
# imageoptim
# iterm2
# itsycal
# licecap
# logitech-g-hub
# mysqlworkbench
# notion
# openinterminal
# orbstack
# path-finder
# phpstorm
# postman
# qlstephen
# raycast
# sequel-ace
# slack
# snipaste
# sourcetree
# the-unarchiver
# visual-studio-code
# warp
# wetype
# youdaodict
# zoom-for-it-admins
#
# 💻
brew install --cask adrive alfred google-chrome visual-studio-code
brew install --cask visual-studio-code wetype youdaodict
# 🌐
brew install --cask itsycal
# 💅🏼
brew install --cask blender

brew

  • mas Mac App Store command-line interface
  • nvm
  • curl
  • jmeter - Load testing and performance measurement application
  • wget
  • yarn
  • protobuf - Protocol buffers (Google’s data interchange format)
  • fish

Manual

App Store 

  • Xnip - Handy Screenshot App for Mac
  • iHosts - /etc/hosts 编辑器
  • Xiaomi Home
# brew install mas

# mas search Xnip
# mas upgrade

# Xnip
mas install 1221250572
# iHosts
mas install 408981434
# WeChat
mas install 836500024
# QQ音乐
mas install 595615424
# Xcode
mas install 497799835
# Xiaomi Home ?
mas install 957323480

AI

  • LobeChat
  • Ollama

快捷键

个性化设置

  • 触发角:系统偏好设置 -> 桌面与屏幕保护程序 -> 屏幕保护程序 -> 触发角

Refereneces

- 设置安装源允许任何 sudo spctl --master-disable

– EOF –