From 5013fe1d3d83f3f08b7804a9d33a4818e8579b8c Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Mon, 23 Feb 2015 09:20:04 +0100 Subject: added cygwin informatiom --- _posts/2012-05-18-improved-ubuntu-terminal.md | 46 +++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/_posts/2012-05-18-improved-ubuntu-terminal.md b/_posts/2012-05-18-improved-ubuntu-terminal.md index 7df5bc4..4388ce8 100644 --- a/_posts/2012-05-18-improved-ubuntu-terminal.md +++ b/_posts/2012-05-18-improved-ubuntu-terminal.md @@ -302,3 +302,49 @@ This copies - **irb** (ruby interactive) configuration file: Command completion, history. to your home directory (backups of existing files are created). Just log out and log in again to let the changes take effect. + + +

+--- +

+ + +# Cygwin support + +You have to use the [cygwinports repository](https://sourceware.org/cygwinports). +Terminator is only included there. + +I also installed [Ubuntu fonts](http://font.ubuntu.com) to get a decent console (see config below). + +To get it to work on Windows, you need + + 1. cygwin + 2. an X server + +Then try `DISPLAY=:0 dbus-launch terminator` in a cygwin shell. + +Here is a corresponding config: + + + [global_config] + dbus = True + window_state = maximized + handle_size = 1 + [keybindings] + [profiles] + [[default]] + use_system_font = False + font = Ubuntu Mono 10 + background_color = "#300a24" + scrollbar_position = hidden + antialias = False + [layouts] + [[default]] + [[[child1]]] + type = Terminal + parent = window0 + [[[window0]]] + type = Window + parent = "" + [plugins] + -- cgit v1.2.3