前端工程師拿到全新的 Mac 須要作哪些準備

最近蘋果退出了新款 Mac,用了3年15款Pro以後,終於盼到18款的降價,因而含淚更新換代node

可是每次換電腦,重裝環境的好多東西記不清,因而記個筆記git

 

 

1、終端github

安裝 zsh web

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

若是沒有安裝 Git,會首先提示安裝 Gitchrome

 

安裝 brewnpm

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

 

安裝 nvmruby

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

而後使用 nvm 安裝指定版本的 nodebash

 

安裝 nrm app

npm install -g nrm nrm ls nrm use taobao

 

安裝 yarnssh

brew install yarn

 

 

2、應用

1. iTerm: https://www.iterm2.com/

2. SourceTree: https://www.sourcetreeapp.com/

3. Chrome: https://www.google.cn/chrome/

4. TeamViewer: https://www.teamviewer.com/cn/

5. Charles: https://www.charlesproxy.com/

6. VS Code: https://code.visualstudio.com/

7. WebStorm: https://www.jetbrains.com/webstorm/

8. Gas Mask: https://www.macupdate.com/app/mac/29949/gas-mask/

9. Postman:  https://www.getpostman.com/downloads/

10. Typora: https://www.typora.io/

 

Charles 激活:https://www.zzzmode.com/mytools/charles/

WebStrom 激活:http://idea.lanyus.com/

 

 

3、Git

設置用戶名和郵箱

git config --global user.name "yourname" git config --global user.email "youremail@qq.com"

生成公鑰

ssh-keygen

查看公鑰

cat ~/.ssh/id_rsa.pub

 

而後就能夠起飛了~

相關文章
相關標籤/搜索