记一次换本经历

203 阅读1分钟

背景

公司笔记本到期更换,对于新本,我觉得有必要记录一个流程,加速适应速度

办公原件

  • office :word ppt excel/ pages numbers keynote可临时替代
  • 思路 :omnigraffle ,有道云笔记
  • 开发:iterm/ chrome / vscode / charlse/ postman / xcode
  • 沟通:微信、QQ、如流、钉钉
  • 其他:网盘、QQ音乐

环境

brew

参考文章,进行安装brew ,全流程brew安装 参考文章

/bin/bash -c "$(curl -fsSL https://gitee.com/ineo6/homebrew-install/raw/master/install.sh)"

iterm2

brew  install iterm2 --cask
or
https://iterm2.com/downloads.html

www.jianshu.com/p/a7a9a7d2d…

- oh my zsh
- 快捷键
- 主题/字体/背景 等

nvm(node 版本管理)

https://github.com/nvm-sh/nvm/blob/master/README.md

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash


export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm

nrm

brew install yarn

vscode 官方下载

- 插件 //TODO 待补充
  • rsa
    • icode
    • github