mac搭建开发环境

#允许安装任意源
sudo spctl --master-disable

app Store:XCode、微信、网易云音乐、百度网盘

安装brew

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

安装brew cask

brew tap phinze/homebrew-cask
brew install brew-cask

替换源

cd "$(brew --repo)"
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git

cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git

brew update

echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles' >> ~/.bash_profile
source ~/.bash_profile

安装软件

基本:
    网盘破解:https://github.com/CodeTips/BaiduNetdiskPlugin-macOS

    brew cask:google-chrome、workbench、atom、Macs Fan Control、AppCleaner

    brew:vim

         office 2019
         破解:https://juejin.im/post/5be8dcd5e51d4517ad112c44

javaWeb :

    IDE:intellij-idea

    jdk、mysql、tomcat、maven

Android:

    IDE:Android Studio

            安装SDK、配置adb

Python:

    IDE:pycharm

    python3、opencv、tensorflow

猜你喜欢

转载自blog.csdn.net/zzq1824837536/article/details/87912897