/

My MacBook

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

软件下载

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

安装 brew

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

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

软件清单

Foundation

  • iterm2
  • alfred
  • google-chrome
  • visual-studio-code
  • ClashX Pro
brew install --cask iterm2 alfred google-chrome visual-studio-code

AppStore 

  • QQ 音乐 -  - TME 雄起
  • Xnip - 可以滚动截图 - 
  • The Unarchiver - 
  • 微信 - 
  • 企业微信 - 
  • 腾讯会议 - 
  • QQ - 
  • iHosts - 管理 Host - 
  • 网易有道词典 - 
  • 印象笔记 - 
  • Kindle - 

系统

  • sogouinput - Input method supporting full and double spelling
  • itsycal - Menu bar calendar
  • fliqlo - Flip clock screensaver - 可以配合 触发角 使用
  • qlstephen - QuickLook plugin for plaintext files without an extension
  • iina - Free and open-source media player
  • licecap - Animated screen capture application
  • spectacle Move and resize windows with ease
  • go2shell - Opens a terminal window to the current directory in Finder
  • typora - Configurable document editor that supports Markdown - 💰
  • warp - Rust-based terminal
  • paper - Pap.er, 4K 5K HD Wallpaper Application
  • baidunetdisk - Cloud storage service
  • adrive - Intelligent cloud storage platform 阿里云盘
  • cleanmymac-zh - Tool to remove unnecessary files and folders from disk - 💰
  • logitech-g-hub - Support for Logitech G gear
  • popclip - Used to access context-specific actions when text is selected
  • notion - App to write, plan, collaborate, and get organized
  • motrix - Open-source download manager
  • Mounty - read/write mount of NTFS drives
  • Cyberduck - FTP
brew install --cask sogouinput itsycal

Web 开发

  • docker - App to build and share containerized applications and microservices
  • lens - Kubernetes IDE
  • sourcetree - Graphical client for Git version control
  • github - Desktop client for GitHub repositories
  • postman - Collaboration platform for API development
  • JetBrains Developer Tools 全家桶 - 💰 - 🚭
  • Navicat Premium - 💰 - 🚭
  • mongodb-compass - Interactive tool for analyzing MongoDB data
  • FileZilla - FTP / SFTP - 🚭
  • drawio - Online diagram software
  • dbeaver-community - Universal Database Tool
  • dash - API documentation browser and code snippet manager - 💰
  • SecureCRT - SSH 管理 - 💰 - 🚭
  • chromium - Free and open-source web browser
  • Medis 2
  • jmeter - Load testing and performance measurement application
  • charles - Web debugging Proxy application - 💰
  • wireshark - Network protocol analyzer
brew install --cask docker sourcetree

产品 & 设计

  • figma - Collaborative team software
  • imageoptim - Tool to optimize images to a smaller size
  • sip - Collect, organize & share colors - 💰
  • blender - 3D creation suite
  • axure-rp - Planning and prototyping tool for developers - 💰
  • MindNode
  • StarUML
brew install --cask figma imageoptim

CLI

iOS 开发

  • reveal - Powerful runtime view debugging for iOS developers - 💰
  • flipper - Desktop debugging platform for mobile developers
  • opensim - Open-source alternative to SimPholders, written in Swift
brew install --cask opensim

快捷键

手势

可以在 系统偏好设置 -> 触控板 中了解。

个性化设置

触发角

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

Night Shift

系统偏好设置 -> 显示器 -> Night Shift

Refereneces

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

– EOF –