我的 Mac常用软件

Posted on Jan 5, 2023

我使用的一些软件工具.

软件

编辑器

命令行工具

  • Warp - iTerm2 替代, 现代化的命令行软件
  • zsh - shell
  • starship - shell prompt
  • zinit - zsh 插件管理
  • fd - find alternative
  • bat - cat alternative
  • lsd - ls alternative
  • taskfile - makefile alternative
  • ripgrep - 文本搜索, grep 加强版
  • direnv - 自动载入 .envrc 环境变量
  • fzf - 文件名模糊搜索
  • mcfly - shell history 智能搜索
  • zoxide - z 智能目录跳转
  • delta - git diff 高亮工具
  • grpcui - grpc 本地调试 web UI
  • tokei - 统计代码行数信息

在线工具

编程语言相关

  • g - go 多版本管理
  • air - go 语言 live reload
  • fnm - node 多版本管理

字体

  1. 命令行字体 - Hack Nerd Font Mono

brew tap homebrew/cask-fonts brew install --cask font-hack-nerd-font

  1. 编辑器字体 - Input Mono

vscode 字体设置: 'Input Mono', 'OperatorMono-Book', 'OperatorMono-XLight', 'OperatorMonoLig-Book', 'RobotoMono-Thin', Menlo, Monaco, 'Courier New', monospace