summaryrefslogtreecommitdiff
path: root/_posts/2012-05-18-improved-ubuntu-terminal.md
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2012-05-18-improved-ubuntu-terminal.md')
-rw-r--r--_posts/2012-05-18-improved-ubuntu-terminal.md46
1 files changed, 46 insertions, 0 deletions
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.
+
+
+<p></p>
+---
+<p></p>
+
+
+# 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]
+