新電腦時

不吃魚長大不會游泳啊發表於2019-03-06

下載軟體: 網頁:Xcode,搜狗輸入法(QQ號),百度網盤,iTerm,QQ,微信,webstorm, Chrome瀏覽器,JDK,VSCode

百度網盤:office,Tower(雙擊license)

低優先順序:Postman

修改計算機名 偏好設定-共享

修改終端前的計算機名 jingyan.baidu.com/article/200…

sudo vim /etc/bashrc
PS1='\W \u\$ '
複製程式碼

安裝任何來源

sudo spctl --master-disable
複製程式碼

安裝zsh

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

安裝CocoaPods

gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/
gem sources -l
sudo gem install cocoapods
pod --version
複製程式碼

安裝homebrew

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

JS環境配置

安裝node
brew install node

npm換源
npm config set registry https://registry.npm.taobao.org --global
npm config set disturl https://npm.taobao.org/dist --global

安裝yarn
brew install yarn

yarn換源
yarn config set registry https://registry.npm.taobao.org --global
yarn config set disturl https://npm.taobao.org/dist --global
複製程式碼

破解JetBrain blog.csdn.net/voke_/artic…

安裝Commitizen

npm install -g commitizen

專案目錄裡
commitizen init cz-conventional-changelog --save --save-exact
複製程式碼

相關文章