MacOS软件积累与推荐(资深Win用户郑重推荐)

操作系统:macOS Big Sur

1:解压缩工具:MacZip(named eZip in the past)

官网:MacZip - Designed for macOS!

Free forever!

MacZip(named eZip in the past) does not charge user any fees, everyone can download and use it for free. If you feel good, remember to share it with your friends!

2:NTFS移动硬盘读写:Microsoft NTFS for Mac by Paragon Software

官网:Microsoft NTFS for Mac | Paragon Software

Write, edit, copy, move and delete files on Microsoft NTFS volumes from your Mac!

3: PDF文档阅读编辑器:Acrobat_DC_C_MacOS

 (不解释)

编程软件:Xcode

  

4:Git与Homebrew安装

明确一点:安装了Xcode后,git已经安装!

仍然要折腾,请重点参考网址:

Git安装与Github基本使用(完整版 for mac)_feng之锋的博客-CSDN博客

官方参考:

Git - Downloading Package

Homebrew官网命令安装,基本上不会安装成功,使用4G手机热点,可以试试看,没准儿行!

The Missing Package Manager for macOS (or Linux) — Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 

----本---人----操---作---记---录---始----

4.1----------安装Homebrew------------------------------------------------------------------

gaoissta@bogon ~ % /usr/bin/ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install)"

Warning: Ruby版本Homebrew安装脚本已被废弃,新版脚本使用Bash重写。

请使用以下命令:

  /bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install.sh)"

==> Checking for `sudo` access (which may request your password).

Password:**********

==> This script will install:

/usr/local/bin/brew

/usr/local/share/doc/homebrew

/usr/local/share/man/man1/brew.1

/usr/local/share/zsh/site-functions/_brew

/usr/local/etc/bash_completion.d/brew

/usr/local/Homebrew

==> 安装提示

中文安装教程(建议收藏):https://brew.idayer.com/

如果你想换源,可以使用镜像助手:https://brew.idayer.com/guide/change-source/

请按回车键(RETURN)继续安装,按其他任意按键取消安装

==> /usr/bin/sudo /usr/sbin/chown -R gaoissta:admin /usr/local/Homebrew

==> Downloading and installing Homebrew...

Updating files: 100% (2700/2700), done.

HEAD is now at 1e8e57c19 Merge pull request #12021 from Bo98/triage-concurrency

HOMEBREW_BREW_GIT_REMOTE set: using https://mirrors.ustc.edu.cn/brew.git for Homebrew/brew Git remote.

HOMEBREW_CORE_GIT_REMOTE set: using https://mirrors.ustc.edu.cn/homebrew-core.git for Homebrew/core Git remote.

remote: Enumerating objects: 1039054, done.

remote: Total 1039054 (delta 0), reused 0 (delta 0)

Receiving objects: 100% (1039054/1039054), 421.27 MiB | 3.61 MiB/s, done.

Resolving deltas: 100% (719250/719250), done.

From https://mirrors.ustc.edu.cn/homebrew-core

* [new branch]      master     -> origin/master

fatal: Could not resolve HEAD to a revision

==> Installation successful!

==> Homebrew has enabled anonymous aggregate formulae and cask analytics.

Read the analytics documentation (and how to opt-out) here:

  https://docs.brew.sh/Analytics

No analytics data has been sent yet (or will be during this `install` run).

==> Homebrew is run entirely by unpaid volunteers. Please consider donating:

  https://github.com/Homebrew/brew#donations

==> Next steps:

- 🎉 恭喜,安装成功!运行 `brew help` 开始体验吧

- 更多文档:

    https://docs.brew.sh

    https://brew.idayer.com

4.2----------手动镜像------------------------------------------------------------------

上面即便是安装成功,也执行下面的手动镜像命令

--------------------------------------

cd "$(brew --repo)/Library/Taps/"
mkdir homebrew && cd homebrew
git clone git://mirrors.ustc.edu.cn/homebrew-core.git

---------------------------------------

cd "$(brew --repo)/Library/Taps/"
cd homebrew
git clone https://mirrors.ustc.edu.cn/homebrew-cask.git

4.3----------安装中科大源------------------------------------------------------------------

git -C "$(brew --repo)" remote set-url origin https://mirrors.ustc.edu.cn/brew.git

git -C "$(brew --repo homebrew/core)" remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git

git -C "$(brew --repo homebrew/cask)" remote set-url origin https://mirrors.ustc.edu.cn/homebrew-cask.git

brew update

# 长期替换homebrew-bottles
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles' >> ~/.bash_profile
source ~/.bash_profile


4.4----------安装Git------------------------------------------------------------------

brew install git

 4.5 严格按照上面的顺序执行就没问题~

----本---人----操---作---记---录---完---

​​​​​​​5:办公软件Microsoft Office 2019 for Mac

苹果的办公软件用起来不舒服,全家桶走起吧:

安装:Microsoft Office 2019 for Mac v16.52 VL 

7:会议软件

 Video Conferencing, Cloud Phone, Webinars, Chat, Virtual Events | Zoom

 

腾讯会议:

8: 操作系统虚拟机

Parallels Desktop,被称为 macOS 上最强大的虚拟机软件,可在 Mac 中同时模拟运行 Windows、Linux、Android 等多种操作系统及软件,最重要的是不必重启电脑即可在不同系统间随意切换。

 价格有些贵:

PD用起来真的是很爽,很流畅,文件访问等操作顺滑自由,体验超级棒,真的值得拥有,安装VS体验一下hello world,愉快的Nice!

 

在Parallel Desktop运行的虚拟Windows 10 和 MacOS 共享的文件夹中,如果直接打开iso 或img镜像文件,会提示错误:

解决办法:把iso文件放入到windows虚拟机下的c盘中,双击可打开或挂载:

补充办法:将镜像文件copy至外部存储设备,并通过PD直接将设备接入虚拟系统,也可以直接打开iso或者img文件

9: Python安装

下载:Welcome to Python.org

安装:

完成: 

10: VsCode安装

1.官网下载

地址:Visual Studio Code - Code Editing. Redefined​​​​​​​

2.解压VSCode-darwin-stable.zip

下载之后是个zip包,系统自动解压后是 Visual Studio Code.app

3.把 Visual Studio Code.app拖动到Applications 应用程序文件夹,即完成安装

PS:代码文件比较工具,可以使用VS Code

11: TBC 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

issta

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值