Kevin Blog
  • Producter 让产品从 0 到 1
  • iOS 开发视频
  • 我开发的 App 们

LInux

A collection of 1 post
Windows

5 分钟给 Windows 10 配置一个混合 Linux 的开发环境

之前攒了一台 PC 后因为性能远远强于 Mac 加之 N 卡可以很痛快的在上面使用,所以越来越多的使用 PC 作为日常环境。 但 Windows 10 自带的那套终端环境和包管理实在是看不下去,折腾来折腾去,终于有了一个比较好的方案。 包管理 Chocolatey Chocolatey https://chocolatey.org/ 可以很方便使用 choco 命令来安装 GNU 组件或者其他 Windows 软件,是完美的 Homebrew 替代品。 使用管理员模式打开 Powershell 运行以下命令即可完成安装 Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.
Mar 18, 2018 2 min read
Kevin Blog © 2023
Powered by Ghost