Notes
  • Notes
  • JavaScript
    • URL processing
    • Numbers
  • Python
    • python random notes
    • Python Resources
  • Setup
    • Mac Setup
  • Command Line
    • Basics
    • Linux basics
    • Bash script
    • Create temp files
    • awk
    • sed
    • make
    • ssh
    • gzip
    • Command line tools
    • ffmpeg
    • at and crontab - scheduling commands
  • Web Developement
    • Chrome Dev Tools
    • HTML
    • Markdown
    • CSS
    • Rails
    • Hugo
    • REST APIs
  • Soft Skills
    • Listening Skills
    • Public Speaking
  • Containers
  • Career
    • Resume
    • Interview
    • Promotion
    • Keeping Track of Your Work
    • Decide What to Work On
  • Ergonomics
    • Work Env Setup
    • Pain Relieve
  • Digest / Writing Ideas
    • Books
      • Antifragile
      • Anti-Intellectualism in American Life 美国的反智传统
    • Economy / Society
    • How to spend your time
    • Life
    • Higher education
  • Misc
    • Regex
    • Don't Make Me Think
    • Microsoft Excel
    • AdTech 101
  • Resources
    • web
    • Vim
    • Tools
    • System Design
    • Design Pattern
    • Load Balancer
    • References
    • Hardware
    • Algorithm Resources
    • Command Line Resources
  • Git
    • Pro Git
  • Non-Tech
    • 化学科普 - 拿破仑的纽扣
    • 人生经验 - If I Knew Then
    • 哲学
      • Harvard - Justice
    • 宗教
      • Introduction to the New Testament History and Literature
      • 蔡志忠 - 漫画东方圣经
    • 人文
      • Open Yale Course - 心理学导论
  • Spark
  • VS Code
Powered by GitBook
On this page
  • No Internal Speaker
  • Software Dev
  • Homebrew
  • Homebrew cask (for GUI apps)
  • Other Apps

Was this helpful?

  1. Setup

Mac Setup

PreviousSetupNextCommand Line

Last updated 4 years ago

Was this helpful?

No Internal Speaker

reset PRAM - hold option + command + P + R during startup.

Software Dev

# Command Line Tools for Xcode
xcode-select --install
# iTerms 2 font
# https://github.com/powerline/fonts
# VSCode font
# https://github.com/tonsky/FiraCode

# VS Code
# download Settings Sync extension
# shift + alt + d to download settings

Homebrew

brew search xxx     # 模糊搜索某个软件
brew install xxx    # 安装某个软件
brew upgrade xxx    # 升级某个软件
brew uninstall xxx  # 卸载某个软件
brew list xxx       # 列出某个软件的所有相关文件

# CLI Apps
mackup
hugo

Homebrew cask (for GUI apps)

# install homebrew cask
brew tap homebrew/cask    # caskroom主仓库
brew tap homebrew/cask-fonts   # caskroom字体仓库

# how to use cask
brew cask search xxx     # 模糊搜索某个软件
brew cask install xxx    # 安装某个软件
brew cask uninstall xxx  # 卸载某个软件
brew cask reinstall      # 重新安装某个软件
brew cask cleanup        # 清理缓存
brew cask install font-source-code-pro # 安装字体

# GUI Apps
google-chrome
iina # player
the-unarchiver
iterms2
vscode
free-download-manager

## quicklook plugins
qlcolorcode: 预览源码时加上语法高亮
qlstephen: 预览无后缀的纯文本文件,比如README, HISTORY等
qlmarkdown: 预览渲染后的markdown文件

Other Apps

  • PDF process: cpdf

  • screenshot:

    • command + shift + 3 (fullscreen)

    • command + shift + 4 (drag)

    • command+ shift + 5 (drag, new UI)

  • screen recording: quicktime (with or without sound)

Screensaver:

Video transcoder:

Remove app completely:

homebrew UI:

show key strokes:

https://github.com/JohnCoates/Aerial
https://handbrake.fr/
AppCleaner
https://www.cakebrew.com/
https://github.com/keycastr/keycastr
Reset NVRAM or PRAM on your MacApple Support
Logo