macOS系统重装科研软件的步骤清单

在2021年总结了科研软件清单,见:macOS科研软件清单

此次是重新安装这些科研软件,故此记录下整个流程的大概步骤,方便以后优化。

1. 安装软件

2. 命令行安装

2.1 Terminal基本设置

2.2 安装Homebrew

https://brew.sh/

2.3 安装zsh

https://ohmyz.sh/

2.4 安装gfortran

xcode-select --install
brew install gcc

见: M芯片的macOS系统安装gfortran

https://gcc.gnu.org/wiki/GFortran

https://fortran-lang.org/en/learn/os_setup/install_gfortran/

2.5 安装doi2bib

这一步,需要提前安装好conda

pip install doi2bib

见:doi2bib: Python doi to bib tool

2.6 博客环境迁移

见: 博客迁移到新的macOS系统的操作

3. 系统设置

3.1 Fliqlo时钟

https://fliqlo.com/screensaver/

3.2 Hot Corner Shortcuts设置

Desktop & Dock -> Hot Corner Shortcuts

左上——Lock Sreen

左下——Desktop

右上——Mission Control

右下——Launchpad

3.3 鼠标设置

System Preferences -> Mouse,而后进行以下设置:

Scroll direction: Natural

Tracking speed: Fast

Double-Click speed: Fast 退两格

Scrolling speed: Fast 退两格

Primary mouse button: Left

3.4 小鹤双拼输入法

System Preferences -> Keyboard -> Input Sources

添加 Chinese, Simplified -> Shuangpin - Simplified

设置 Shuangpin layout -> Xiaohe

另外,输入法的快捷键设置,见:macOS系统切换输入法快捷键Control+Space

4. 其他