- Mastering Vim
- Ruslan Osipov
- 434字
- 2021-06-10 18:51:23
Installing Cygwin
To begin the installation process, navigate to https://cygwin.com/install.html and download either setup-x86_64.exe or setup-x86.exe depending on the version of Windows you're using (64 bit or 32 bit respectively).

Hit Next > a few times, proceeding with the default settings:
- Download source: Install from Internet
- Root directory: C:\cygwin64 (or a recommended default)
- Install for: all users
- Local package directory: C:\Downloads (or a recommended default)
- Internet connection: Use System Proxy Settings
- Download site: http://cygwin.mirror.constant.com (or any available option)
After this, you will be greeted with the Select Packages screen. Here, we want to select the vim, gvim, and vim-doc packages. The easiest way to do this is to type vim in a search box, expand the All |Editors category, and click on the arrow-looking icons next to the desired packages, as demonstrated in the following screenshot:

The preceding screenshot shows version 8.0.1567-1. This is the only version available at the moment of writing this book, November 2018. The primary difference is the absence of the :terminal command (see Chapter 5, Build, Test, and Execute) in Vim 8.0 vs 8.1.
Hit Next > two more times to proceed, which will begin the installation. Installation will take some time, and now would be a great moment to prematurely congratulate yourself with some coffee!
You might get a few post-install script errors, which you can safely dismiss (unless you see any errors related to Vim—then Google is your friend: search for an error text and try to find a solution).
Hit Next > a few more times, proceeding with the defaults:
- Create icon on Desktop
- Add icon to Start Menu
Congratulations, you now have Cygwin installed with Vim!
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- 劍指JVM:虛擬機(jī)實(shí)踐與性能調(diào)優(yōu)
- Vue.js快速入門與深入實(shí)戰(zhàn)
- Hands-On Data Structures and Algorithms with JavaScript
- Practical DevOps
- HTML5從入門到精通 (第2版)
- HoloLens與混合現(xiàn)實(shí)開發(fā)
- 移動(dòng)增值應(yīng)用開發(fā)技術(shù)導(dǎo)論
- C++ Fundamentals
- C++ System Programming Cookbook
- Mastering OAuth 2.0
- Flink入門與實(shí)戰(zhàn)
- 深入理解Kafka:核心設(shè)計(jì)與實(shí)踐原理
- 計(jì)算機(jī)系統(tǒng)解密:從理解計(jì)算機(jī)到編寫高效代碼
- 例解Python:Python編程快速入門踐行指南