macOS introduce

basic softwares

find your apple id

click Settings/设置 on your ipad and click your avater. The id is an email.

from app store

just search and download:

  • office: you can download the bundle or separately, onenote is highly recommanded
  • wechat
  • qq
  • spark: an email client

for develpers

  • v2rayX: proxy
    • click v2rayX icon on the top of your screen
    • click Configure...
    • click Import... > Import from other links... on the bottom of the opening window
    • fill in
  • chrome
  • iterm2: terminal
  • vscode: editor

CLI

  • preparing for cli proxy
    1. open iterm2
    2. click v2rayX icon on the top of your screen
    3. click Copy HTTP Proxy Shell Export Line
    4. fill it in iterm2
  • oh-my-zsh:
    • sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
    • reopen iterm2
  • homebrew: 默认有?try brew -v
  • nvm: node version manager
    • wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
    • reopen iterm2
    • nvm install --lts