theme |
---|
channing-cyan |
- clash 懂的都懂
- chrome 前端必备
- docker 有需要的下
- OpenVPN 公司 vpn 连接
- OpenInterminal 快速按路径打开终端编辑器
- uTools 工具神器
- Tencent Lemon 腾讯免费电脑管家 该有的都有
- 阿里云盘 不限速
- Visual Studio Code
- Blender 建模软件
- Typora MarkDown 写作工具
- WPS 这个不用介绍了吧
- Synergy 一套键鼠控制多台电脑 插网线更流畅
- CheatShee mac 长安 CMD 显示各个场景快捷键
- 终端 看自己喜好 下面详细介绍
- Hyper
- Iterm2
https://www.nerdfonts.com/font-downloads
我喜欢的字体 Caskaydia 有连字 有表情 很好看,终端 编辑器都用的上
$/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"$
brew install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
~/.zshrc 修改 zsh 配置文件
plugins=(z git macos zsh-autosuggestions zsh-syntax-highlighting)
zsh-autosuggestions 命令自动补全 终端执行
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
sh-syntax-highlighting 命令错误提示 终端执行
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
starship 终端美化
安装
brew install starship
~/.zshrc 修改 zsh 配置文件 最后一行添加
eval "$(starship init zsh)"
配置 https://starship.rs/zh-CN/config/
我的预览
命令行查看机器信息
brew install neofetch
个人比较喜欢 但打开多个会卡
流畅 功能强大
- n
- yarn
- live-server
- pm2