Cygwin Cheat Sheet

< Blog

A quick reference to Cygwin.

Created on: 2019-08-30

Tag: cheat_sheet

add apt-cyg

lynx -source rawgit.com/transcode-open/apt-cyg/master/apt-cyg > apt-cyg
install apt-cyg /bin

install any package

apt-cyg install $package

open bash(cygwin) here

apt-cyg install chere

install git

apt-cyg install git

install bash completion

apt-cyg install bash-completion

install python3

apt-cyg install python3

install nano

apt-cyg install nano

need to test

E:\fr37\Softwares\Cygwin\cygwin\bin\mintty.exe -i /Cygwin-Terminal.ico -

Source

  • ` <>`_