I want to start using Cygwin, but I am not pleased with the font color and would like to change it to light green with a black background.
(I tried googling to no avail BTW)
|
1
|
|||
|
|
|
I find the standard shell to be pretty horrible myself. I download and install the rxvt package and change the cygwin.bat to launch rxvt which has nicer support of copy-cut-n-paste.
The -e and -login switch the launch shell to the rxvt one and the rest: -fn sets a courier size 16 font (sue me) -sl scroll lines of 9999 Black background and Cyan foreground selecting text will fill the paste buffer automatically the last bit (-e /bin/bash -login) launches bash and tells it that its a login shell which runs the profile setups and such. |
||
|
|
|
|
It is basically just a DOS window. So click on the icon in the upper left of the shell window to get the menu. Go to properties. You can then change the colors, font, command history, and edit options (you will want to turn on Quick Edit and Insert modes). |
||
|
|
|
|
The cygwin icon is actually just a MS-DOS batch file (if you right-click on it, you can edit it and see that it just launches bash from the cygwin\bin directory). If you right-click and go to Properties, there's a Colors tab where you can change the background and font colors. If you modify the main shortcut properties, it should launch with those every time. |
||
|
|
|
|
If you want a better terminal to use with cygwin than the Windows Command Line window you could start |
||
|