前言
本文整理了 2024 年 Mac 电脑上一些实用的软件和开发工具,以及它们的安装方法。希望能为新入手 Mac 的朋友或想要优化工作流程的开发者提供参考。
基础工具安装
安装 Homebrew
Homebrew 是 Mac 上非常强大的包管理工具,可以方便地安装和管理各种软件。
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
安装 Ohmyzsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
安装 Zsh-autosuggestion
git clone [https://github.com/zsh-users/zsh-autosuggestions](https://cloud.tencent.com/developer/tools/blog-entry?target=https%3A%2F%2Flinks.jianshu.com%2Fgo%3Fto%3Dhttps%25253A%25252F%25252Fgithub.com%25252Fzsh-users%25252Fzsh-autosuggestions&source=article&objectId=1684785) ~/.oh-my-zsh/custom/plugins/zsh-autosuggestion
|
安装 Command
brew install autojump brew install git brew install mackup brew install zsh brew install zsh-autosuggestions
|
Brew 安装 Software
brew tap buo/cask-upgrade
brew install apifox brew install baidunetdisk brew install bartender brew install beyond-compare brew install bitwarden brew install charles brew install cursor brew install dingtalk brew install downie brew install feishu brew install github brew install iina brew install iterm2 brew install keka brew install microsoft-edge brew install microsoft-excel brew install microsoft-powerpoint brew install microsoft-word brew install neteasemusic brew install obsidian brew install optimage brew install parallels brew install picgo brew install raycast brew install shottr brew install sublime-text brew install typora brew install wechat brew install wetype brew install xcode brew install xmind
|
手动安装 Software
A Better Finder Attributes 7 Apifox Bartender BuhoCleaner calibre Cubox Downie Infuse Parallels Desktop photoSweeper Retrobatch Stash Texifier tinymediamanager 滴答清单 夸克网盘
|
安装 Latex
如果找不到 tlmgr tlmgr: command not found
,需要设置
export PATH="/usr/local/texlive/2024basic/bin/universal-darwin:$PATH"
|
如果运行提示 (not verified: gpg unavailable)
,需要安装
sudo tlmgr --repository http://www.preining.info/tlgpg/ install tlgpg
|
如果运行安装包的时候速度慢的话推荐使用 清华的CTAN 镜像。
sudo tlmgr option repository https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/tlnet
|
按照依赖的插件
sudo tlmgr update --self sudo tlmgr install ctex sudo tlmgr install enumitem sudo tlmgr install environ sudo tlmgr install ifmtarg sudo tlmgr install sourcesanspro sudo tlmgr install tcolorbox sudo tlmgr install tikzfill sudo tlmgr install xifthen sudo tlmgr install xstring sudo tlmgr install roboto sudo tlmgr install fontawesome5
|
安装字体
brew install font-sf-pro brew install font-sf-compact brew install font-sf-mono brew install font-new-york
brew install font-open-sans brew install font-noto-sans brew install font-roboto
brew install --cask font-lxgw-neoxihei brew install --cask font-lxgw-neozhisong brew install --cask font-lxgw-wenkai brew install --cask font-lxgw-wenkai-gb brew install --cask font-lxgw-wenkai-lite brew install --cask font-lxgw-wenkai-mono-tc brew install --cask font-lxgw-wenkai-tc brew install --cask font-lxgw-zhenkai
|
The Why·Liam·Blog by WhyLiam is licensed under a Creative Commons BY-NC-ND 4.0 International License.
由WhyLiam创作并维护的Why·Liam·Blog采用创作共用保留署名-非商业-禁止演绎4.0国际许可证。
本文首发于Why·Liam·Blog (https://blog.naaln.com),版权所有,侵权必究。
本文永久链接:https://blog.naaln.com/2024/08/mac-software/