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
- 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
- open iterm2
- click v2rayX icon on the top of your screen
- click
Copy HTTP Proxy Shell Export Line
- 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
- change the source
- update zsh, git:
brew install zsh
brew install git
- nvm: node version manager
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
- reopen iterm2
nvm install --lts