Mac IDE 通用配置

1. Python3​​​​​​​

2. Pycharm

3. pip

  • 安装命令
    • curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
    • python3 get-pip.py

4. Homebrew

  • 安装命令
    • /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

5. jdk

  • 安装命令
    • brew search jdk
    • brew install --cask oracle-jdk@17

6. IDEA

  •  安装命令
    • brew search idea
    • brew install --cask intellij-idea-ce

 7. iTerm2

  • iterm2
  • oh my zsh
  • powerline
    • 安装命令
      • pip install powerline-status --user
  • powerfonts
    • 安装命令
      • git clone https://github.com/powerline/fonts.git --depth=1
      • cd fonts
      • ./install.sh
  • 配色方案
    • ​​​​​​​安装命令
      • git clone https://github.com/altercation/solarized
      • cd solarized/iterm2-coloers-solarized/
      • open .
  • 主题
    • 安装命令
      • git clone https://github.com/fcamblor/oh-my-zsh-agnoster-facmblor.git
      • cd oh-my-zsh-agnoster-facmblor/
      • ./install
      • vi !/.zshrc
      • 将ZSH_THEME后面的字段改为agnoster
  • 高亮插件
    • 安装命令
      • cd ~/.oh-my-zsh/custom/plugins/
      • git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
      • vi ~/.zshrc
      • plugins 最后加上 zsh-syntax-highlighting
      • 在文件的最后一行添加:source ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
  • 提示补全
    • 安装命令
      • cd ~/.oh-my-zsh/custom/plugins/
      • git clone https://github.com/zsh-users/zsh-autosuggestions
      • vi ~/.zshrc
      • plugins 最后加上 zsh-autosuggestions
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值