Softwere

Microsoft

  • Onedrive
  • Word
  • Powerpoint
  • Excel

App Store

  • Things3
  • ScanScan
  • GoodNotes
  • Telegram
  • Tencent Meeting
  • feishu
  • marginnote

Homebrew

  • Formula: 命令行软件

  • Cask: GUI 软件

  • Bottle: 预编译软件

  • brew autoremove to uninstall dependencies

  • Homebrew 源使用帮助 — USTC Mirror Help 文档

  • Cask

    • AlDente (Charge Limit)
    • syntax-highlight (For Quick Preview via Space)
    • Motrix (Aria2 GUI)
    • Obsidian (note taking)
    • iterm2 (now using kitty)
    • unnaturalscrollwheels
    • google-chrome
    • visual-studio-code (VSCode)
    • discord
    • calibre (e-book manager)
    • raycast (launcher)
    • dash (document viewer)
    • Alt-Tab (Tab management)
    • Zotero
  • Formula

Manual Download

Hacks

defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false         # For VS Code
defaults write com.microsoft.VSCodeInsiders ApplePressAndHoldEnabled -bool false # For VS Code Insider
defaults write com.visualstudio.code.oss ApplePressAndHoldEnabled -bool false    # For VS Codium
defaults delete -g ApplePressAndHoldEnabled # restore to default (not including 3 above)

defaults write -g ApplePressAndHoldEnabled -bool false
  • configure VSCode font
    "terminal.integrated.fontFamily": "FiraCodeNerdFontCompleteM-Retina"

  • Edit /etc/shells
    /opt/homebrew/bin/bash

  • Edit /etc/ssh/ssh_config

ServerAliveInterval 20
ServerAliveCountMax 999

# or
echo "ServerAliveInterval 20
ServerAliveCountMax 999
" >> /etc/ssh/ssh_config
  • Disable spotlight
    sudo mdutil -i off

  • Show SSD SMART info
    sudo smartctl --all /dev/disk0

System Preference

Keyboard Shortcut

  • yabai
  • Option+Command+V: Move file
  • “Command” + “Shift” + “.” (period): show hidden file in finder
  • Shift+F6: Toggle DND
  • Shift+CMD+5: screenShot
  • CMD+,: Open Preference
  • Command + Shift + Z: look up word
  • press Control and click to act as right click
  • CMD+Shift+R: Enter reader mode
  • CMD+Option+V: Move file
  • Dictionary
    • CMD+Control+D: Lookup
    • CMD+Shift+X: Open Dictionary
  • Screenshot
    • Shift+CMD+3: Fullscreen screenshot
    • Shift+CMD+4: Portion screenshot
    • Shift+CMD+4+SpaceBar: Select window screenshot

Terminal

  • Shell
  • Iterm2
    • Preferences > Profiles > Keys > Load Presets not Preferences > Keys > Load Preferences > Natural