mac生产力指南

308 阅读1分钟

好用的软件

IDE

vscode 可以到vscode官网下载

好用的vscode插件推荐 eslint(代码检查)
gitlens(git管理)
prettier(代码美化)
...

shell命令快速唤起vscode
打开vscode软件
shift+command+p 选择在PATH中安装code命令

设计

sketch

深色模式 => 首选项(command+,)外观->深色模式 标尺 => ctrl+R

终端

iterm2
oh-my-zsh 运行以下命令安装

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
    好用的zsh插件指南
  • jump (文件夹之间快速跳转)
  • zsh-autosuggestions (自动补全)
  • git-open (命令行打开网页)
  • zsh-syntax-highlighting(语法高亮)