要换Mac电脑了,把我常用的或者觉得好用的软件备份一下,绝大多数都开源免费。
到时候能按图索骥,不用盲目找了。
仅有一个软件的都默认推荐
文章目录
-
- homebrew类似Ubuntu的`apt-get`
- 终端软件 [iterm2(推荐)](https://iterm2.com/index.html), [FinalShell](http://www.hostbuf.com/downloads/finalshell_install.pkg)
- 代码编辑 [VSCode(推荐)](https://code.visualstudio.com/Download), [Clion](https://www.jetbrains.com/clion/download/), [Android Studio](https://developer.android.google.cn/studio/)
- 浏览器 [Edge](https://www.microsoft.com/zh-cn/edge?r=1)
- 远程桌面 [ToDesk(推荐)](https://www.todesk.com/download.html), [Microsoft Remote Desktop Beta(推荐)](https://install.appcenter.ms/orgs/rdmacios-k2vy/apps/microsoft-remote-desktop-for-mac/distribution_groups/all-users-of-microsoft-remote-desktop-for-mac), [Teamviewer](https://download.teamviewer.cn/full)
- 办公软件 [WPS Office](https://platform.wps.cn/)
- 网盘软件 [百度网盘](https://pan.baidu.com/download), [阿里网盘](https://yunpan.aliyun.com/downloads/apps/desktop/aDrive.dmg?spm=aliyundrive.index.0.0.2d8360208lWjyC&file=aDrive.dmg), [teambition](https://www.teambition.com/apps?spm=a2q4g.tbsite-index.0.0.266d7b30k9zlcM)
- 全局翻译软件 [Bob](https://github.com/ripperhe/Bob/releases)
- 摸鱼基金软件 [Fishing Funds](https://github.com/1zilc/fishing-funds/releases)
- Kindle电子书 [Calibre](https://calibre-ebook.com/zh_CN/download)
- 电脑清理软件 [腾讯柠檬](https://lemon.qq.com/)
- 解压软件 [The Unarchiver](https://theunarchiver.com/)
- 视频软件
- 鼠标软件
- 窗口管理软件
- 快捷键
- 硬盘相关
- 网络相关
- 广告屏蔽 [AdGuard for Safari](https://apps.apple.com/cn/app/adguard-for-safari/id1440147259?mt=12)
- 自动配置 [hammerspoon](http://www.hammerspoon.org/)
- 快捷工具 [Alfred](https://www.alfredapp.com)
- 连接安卓工具 [HandShaker(Mac不能用了)](https://www.smartisan.com/apps/#/home), [Android File Transfer(推荐)](https://www.android.com/filetransfer/)
homebrew类似Ubuntu的apt-get
- 使用
brew install 软件名
终端软件 iterm2(推荐), FinalShell
- 终端配置 oh-my-zsh
- 配置omz
ZSH_THEME="ys" plugins=(git extract zsh-autosuggestions zsh-syntax-highlighting ) export CLICOLOR=1 export LSCOLORS=GxFxCxDxBxegedabagaced export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.aliyun.com/homebrew/homebrew-bottles
- zsh-autosuggestions
- zsh-syntax-highlighting