一集绰、登錄Appstore
下載已購項(xiàng)目中目前需要的app
二筹裕、常用app官網(wǎng)下載
1. vs code
2. sourcetree
3. Chrome瀏覽器
4. Firefox瀏覽器
5. postman
6. 騰訊會(huì)議
7. 有道云筆記
8. 網(wǎng)易云音樂
9. ......
(啰嗦了...原諒強(qiáng)迫癥想一次性安裝全)
三阀圾、安裝開發(fā)工具
1. 瀏覽器梯子
1)解壓google-access-helper-master.zip反番;
2)chrome打開擴(kuò)展程序-開發(fā)者模式,拖入解壓后的文件夾为肮;
3)登錄google賬號(hào)摊册,同步書簽;
4)登錄正式版谷歌助手颊艳,禁用破解版
2. node.js官網(wǎng)安裝
3. 安裝cnpm鏡像
sudo npm install -g cnpm --registry=https://registry.npm.taobao.org --verbose
cnpm -v
4. iTerm2官網(wǎng)安裝
5. git配置
1)sodu npm i git -g
// 彈出 需要安裝Xcode
2)// 配置用戶名密碼:
git config --global username chenxing
git config --global useremail 45534@163.com
3)// 生成公鑰:
ssh-keygen -t rsa -C "1050794513@qq.com"
4)// 復(fù)制公鑰到gitlab:
open ~/.ssh
5)// 克隆代碼:
git clone ****.git
cd myProject
cnpm i
git checkout -b dev origin/dev
git pull
npm run dev
6. homebrew安裝
方法(1)mac自帶ruby環(huán)境茅特,首先打開終端,用ruby安裝homebrew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
如果出現(xiàn)curl: (7) Failed to connect to raw.githubusercontent.com port 443: Operation籽暇,用方法2安裝温治;
方法(2)針對(duì)方法1報(bào)錯(cuò)的情況下:
1. 打開https://raw.githubusercontent.com/Homebrew/install/master/install.sh
保存到本地
2. 進(jìn)入install.sh所在目錄
3. /bin/bash install.sh
方法(3)替換鏡像:
# 執(zhí)行下面這句命令,更換為中科院的鏡像:
git clone git://mirrors.ustc.edu.cn/homebrew-core.git/ /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core --depth=1
# 把homebrew-core的鏡像地址也設(shè)為中科院的國內(nèi)鏡像
cd "$(brew --repo)"
git remote set-url origin https://mirrors.ustc.edu.cn/brew.git
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git
# 更新
brew update
# 自檢
brew doctor
# 使用
brew install ***
7戒悠、安裝 oh-my-zsh
方法(1)
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
方法(2)
curl -L http://install.ohmyz.sh | sh
方法(3)
如報(bào)錯(cuò):curl: (7) Failed to connect to raw.githubusercontent.com port 443: Operation
1. 打開
https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
保存到本地
2. 進(jìn)入install.sh所在目錄
3. /bin/bash install.sh
安裝完成后熬荆,終端展示如下內(nèi)容:
____ / /_ ____ ___ __ __ ____ _____/ /_
/ __ \/ __ \ / __ `__ \/ / / / /_ / / ___/ __ \
/ /_/ / / / / / / / / / / /_/ / / /_(__ ) / / /
\____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/
/____/ ....is now installed!
Please look over the ~/.zshrc file to select plugins, themes, and options.
p.s. Follow us at https://twitter.com/ohmyzsh.
p.p.s. Get stickers and t-shirts at http://shop.planetargon.com.