aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL/setup.d/60_x11_tools
blob: 5c2cd75eb8ee16e6789458f555a42d3d147383ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

apt-get install -y gitg vim-gtk xterm fonts-liberation

# update xterm resources to have truetype fonts and utf-8
cat <<EOF >>/etc/X11/app-defaults/XTerm

!iotbzh: enable truetype fonts and UTF-8 encoding
*VT100*faceName: mono
*VT100*faceSize: 13
*VT100*locale: true
EOF