dotfiles

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

commit a9dbc1328302feb6aad2ed8bcfa6e5de883b4a87 (patch)
parent 55bed772063ffdb74dd0e3236bc14cda8282ca01
Author: Alex Karle <alex@karle.co>
Date:   Mon, 19 Aug 2019 23:36:35 -0400

vc: add basic virtual-console config files

Diffstat:
Avc/README.md | 15+++++++++++++++
Avc/personal.map | 4++++
Avc/vconsole.conf | 3+++
3 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/vc/README.md b/vc/README.md @@ -0,0 +1,15 @@ +# Virtual Console + +Who needs X, right? + +These config files are designed to maximize productivity in the Linux virtual +console. + +Kept in the dotfile repo mostly so I don't have to re-lookup the capslock +mapping every time I use a fresh Linux. + +## Installation + +Copy `vconsole.conf` to `/etc` + +And copy `personal.map` to `/usr/share/kbd` diff --git a/vc/personal.map b/vc/personal.map @@ -0,0 +1,4 @@ +include "/usr/share/kbd/keymaps/i386/qwerty/us.map.gz" + +# Who uses Caps Lock, anyways? +keycode 58 = Control diff --git a/vc/vconsole.conf b/vc/vconsole.conf @@ -0,0 +1,3 @@ +# Use terminus-font package +FONT=ter-132n +KEYMAP=personal