跳转至

MacOS

將軟件安裝到外部硬盤

# eg.
sudo mv /Applications/Pages.app /Volumes/lryicn/app/Pages.app
 ln -s /Volumes/lryicn/app/Pages.app /Applications/Pages.app

必装软件

浏览器:
Firefox、Edge、Chrome

插件:
waydabber/BetterDisplay、exelban/stats

Brew

# GitHub Desktop
brew install --cask github
# ZeroTier One
brew install --cask zerotier-one
# Stats https://github.com/exelban/stats
brew install --cask stats
# Notion
brew install --cask notion
# Pearcleaner https://itsalin.com/appInfo/?id=pearcleaner
brew install --cask pearcleaner
# PrettyClean https://www.prettyclean.cc/
brew install --cask prettyclean
# SMART hard drive monitoring https://www.smartmontools.org/  eg: smartctl -a disk7
brew install smartmontools
# Name: OBS https://obsproject.com/
brew install --cask obs
# JetBrains Toolbox
brew install --cask jetbrains-toolbox
# Shottr https://shottr.cc/
brew install --cask shottr
# calibre https://calibre-ebook.com/
brew install --cask calibre
# IINA Free and open-source media player
brew install --cask iina

安装及配置 oh-my-zsh

brew install zsh 
chsh -s /bin/zsh 
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 
source ~/.zshrc
# Download
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

# nano ~/.zshrc
plugins=(git zsh-syntax-highlighting zsh-autosuggestions)

source ~/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source ~/zsh-syntax-autosuggestions/zsh-syntax-autosuggestions.zsh