dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit cfc6d9d26812443c40cea048d2caddff02d95578 (patch)
parent 3cecafce41d037d28d27dd5bf20bb762e7f0f89c
Author: Alex Karle <alex@alexkarle.com>
Date:   Fri, 26 Mar 2021 22:48:01 -0400

xterm: Add homebrew Xdefaults for kicks

And giggles of course

Diffstat:
A.Xdefaults | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/.Xdefaults b/.Xdefaults @@ -0,0 +1,6 @@ +! Xdefaults -- currently just settings for xterm(1) +! What: homebrew colors for the nostalgic! +XTerm*loginShell:true +XTerm*foreground: green +XTerm*background: black +XTerm*faceName: Consolas:size=12:antialias=true