diff options
author | Charlie Root <John Ankarstr\xf6m> | 2021-06-08 20:42:17 +0200 |
---|---|---|
committer | Charlie Root <John Ankarstr\xf6m> | 2021-06-08 20:42:25 +0200 |
commit | ccc2a3fefe2fe567a915aa4c0c402b9491bb9078 (patch) | |
tree | d1346808cb919891fab6919e70e58bc2ed7376d1 | |
parent | d898c0c1b3c3df59320e83e035906e6d634e663d (diff) | |
download | lbsd-ccc2a3fefe2fe567a915aa4c0c402b9491bb9078.tar.gz |
Add README
-rw-r--r-- | README | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -0,0 +1,32 @@ +This repository stores and keeps track of the configuration of my +NetBSD laptop computer. + +It is configured as a bare Git repository in /.git. The following +shell script (named gg) used to manage it: + + #!/bin/sh + exec git --git-dir=/.git --work-tree=/ "$@" + +This README records important pieces of configuration that is not +well represented in the file system. + +--- + +Occasionally, I use programs that are written in some GUI toolkit +whose default appearance I dislike. + +To fix this, I use a theme called cdetheme-solaris. It is located +in ~/.themes and selected using lxappearance. It can be retrieved +at the following address: + + https://www.gnome-look.org/p/1231025/startdownload?file_id=1525737510&file_name=cdetheme1.3.tar.gz&file_type=application/x-gzip&file_size=30574522 + +Gnome-look.org has poor browser support. I recommend using Opera +12 to browse it. + +--- + +GTK (and other Pango-based toolkits) do not support bitmap fonts. +To fix this, I use a couple of scripts stored in another repository: + + http://git.ankarstrom.se/fnt/ |