diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-06-07 17:01:06 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-06-07 17:01:06 +0300 |
commit | 0f6415d92a4b0f7e2f5eeccb413c6a3eef1479e3 (patch) | |
tree | eb2257c62a33f63fb6d4c23fdbaffbfa370a3a0f /cygwin.md | |
parent | bash.md: update (diff) | |
download | notes-0f6415d92a4b0f7e2f5eeccb413c6a3eef1479e3.tar.gz notes-0f6415d92a4b0f7e2f5eeccb413c6a3eef1479e3.zip |
cygwin.md: make more readable
Diffstat (limited to '')
-rw-r--r-- | cygwin.md | 60 |
1 files changed, 30 insertions, 30 deletions
@@ -4,36 +4,36 @@ Cygwin packages I install those on more or less every Cygwin installation at some point or another, so I thought it would be useful to make a complete list. -* `cmake` -* `curl` -* `cygcheck-dep` -* `diffutils` -* `dos2unix` -* `gcc-g++` -* `git` -* `gnupg` -* `make` -* `mingw64-i686-gcc-g++` -* `mingw64-x86_64-gcc-g++` -* `nano` -* `openssh` -* `openssl` -* `p7zip` -* `patch` -* `python3` -* `rsync` -* `screen` -* `tree` -* `vim` -* `wget` +* cmake +* curl +* cygcheck-dep +* diffutils +* dos2unix +* gcc-g++ +* git +* gnupg +* make +* mingw64-i686-gcc-g++ +* mingw64-x86_64-gcc-g++ +* nano +* openssh +* openssl +* p7zip +* patch +* python3 +* rsync +* screen +* tree +* vim +* wget Packages I sometimes find particularly useful or even essential: -* `autoconf` -* `automake` -* `bc` -* `email` -* `libtool` -* `source-highlight` -* `sqlite3` -* `unzip` +* autoconf +* automake +* bc +* email +* libtool +* source-highlight +* sqlite3 +* unzip |