From: Frank Brehm Date: Wed, 7 Apr 2021 19:11:42 +0000 (+0200) Subject: committing changes in /etc made by "apt install colordiff" X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=c8081fcf20c92b6ead05cd367422622e7b9027a8;p=config%2Fhelga-hetzner%2Fetc.git committing changes in /etc made by "apt install colordiff" Package changes: +colordiff 1.0.18-1 all --- diff --git a/.etckeeper b/.etckeeper index 5f53c92..6d94051 100755 --- a/.etckeeper +++ b/.etckeeper @@ -131,6 +131,7 @@ maybe chmod 0644 'cloud/templates/resolv.conf.tmpl' maybe chmod 0644 'cloud/templates/sources.list.debian.tmpl' maybe chmod 0644 'cloud/templates/sources.list.ubuntu.tmpl' maybe chmod 0644 'cloud/templates/timesyncd.conf.tmpl' +maybe chmod 0644 'colordiffrc' maybe chmod 0755 'console-setup' maybe chmod 0644 'console-setup/cached_Lat15-Fixed16.psf.gz' maybe chmod 0644 'console-setup/cached_UTF-8_del.kmap.gz' diff --git a/colordiffrc b/colordiffrc new file mode 100644 index 0000000..1ac1a17 --- /dev/null +++ b/colordiffrc @@ -0,0 +1,29 @@ +# Example colordiffrc file for dark backgrounds +# +# Set banner=no to suppress authorship info at top of +# colordiff output +banner=no +# By default, when colordiff output is being redirected +# to a file, it detects this and does not colour-highlight +# To make the patch file *include* colours, change the option +# below to 'yes' +color_patches=no +# Sometimes it can be useful to specify which diff command to +# use: that can be specified here +diff_cmd=diff +# +# available colours are: white, yellow, green, blue, +# cyan, red, magenta, black, +# darkwhite, darkyellow, darkgreen, +# darkblue, darkcyan, darkred, +# darkmagenta, darkblack +# +# Can also specify 'none', 'normal' or 'off' which are all +# aliases for the same thing, namely "don't colour highlight +# this, use the default output colour" +# +plain=off +newtext=darkgreen +oldtext=darkred +diffstuff=darkcyan +cvsstuff=cyan