---
layout: single
title:  "在 MacBook Pro M2 Max 上安装软件"
date:   2023-02-07 10:00:00 +0800
categories: [操作系统, 编程开发]
tags: [Install, MacBookProM2Max, Software]
---


## [Apple macOS Command](https://ss64.com/osx/)
* [find](https://ss64.com/osx/find.html)


## 办公
### [WPS](https://www.wps.com)


## [Chrome 浏览器](https://www.google.com/chrome/)
### Chrome 插件
#### [Awesome Screenshot](https://www.awesomescreenshot.com/)
* 屏幕录像
* 屏幕截图。支持长图
* [如何在Mac上截取整个网页长图？](https://zhuanlan.zhihu.com/p/438793718)

#### [Google 翻译](https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb)


## 工具
### [数码测色计使用手册](https://support.apple.com/zh-cn/guide/digital-color-meter/welcome/mac)
### [LICEcap](https://www.cockos.com/licecap/)
* 录制屏幕为动图(GIF)
* [Github LICEcap](https://github.com/justinfrankel/licecap)

### [My Zsh](https://ohmyz.sh)
```shell
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```

### [V2rayU](https://github.com/yanue/V2rayU/releases)
### [Unzip One: RAR ZIP Extractor](https://apps.apple.com/app/id1127253508)
### [FileZilla](https://filezilla-project.org)
### [macSVG](https://github.com/dsward2/macSVG)
### [OmniGraffle](https://www.omnigroup.com/omnigraffle)
### [CleanMyMacX](https://cleanmymac.com)
### [ImageMagick](https://imagemagick.org/index.php)（图像处理）
```shell
brew install imagemagick
```
* [ImageMagick 图像格式转换、尺寸调整]([2020-12-23-image-format-convert-and-resize](/posts/2020-12-23-image-format-convert-and-resize))

### [asitop](https://github.com/tlkh/asitop) - Performance monitoring CLI tool for Apple Silicon
```shell
pip install asitop
```
### jq
```shell
brew install jq
```
* [macOS 客户端入门](https://learn.microsoft.com/zh-cn/windows-server/remote/remote-desktop-services/clients/remote-desktop-mac)

### rar
```shell
brew install rar

unrar x <filename.rar>
```

## 开发
### [GitHub Desktop](https://desktop.github.com)
### [Visual Studio Code](https://code.visualstudio.com)
### [Install Docker Desktop](https://docs.docker.com/desktop/install/mac-install/)
### [Parallels Desktop](https://www.parallels.com)
* [Parallels Desktop Crack](https://github.com/dreamncn/ParallelsDesktopCrack)

### [提醒事项使用手册](https://support.apple.com/zh-cn/guide/reminders/welcome/mac)

## 安装 Rosetta 2
```shell
softwareupdate --install-rosetta
```
* [Rosetta 2：解决Mac架构迁移背后的软件兼容问题](https://new.qq.com/rain/a/20220714A05GTB00)


## iPhone
### Safari长截图
1. 在Safari浏览器打开任意网页，同时按下音量调高键+锁屏键进行截屏。
2. 点击左下角的缩略图，在预览界面上选择【整页】选项。
3. 点击左上角的【完成】，然后保存PDF文件就可以了。

* [iPhone如何截长图？](https://www.163.com/dy/article/H5B36C940552C3N4.html)
