dotfiles

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

commit cafb44b45641c88534b2e306be56e1088660607e (patch)
parent e279ab85b36454ddda78eec632ef4e9704cd796d
Author: Alex Karle <alex@alexkarle.com>
Date:   Tue, 20 Jul 2021 00:02:20 -0400

etc: Drop support for virtual console config

When I started with Linux, I was so enthralled by the virtual
console, I tried to use it legit for a while... these days I
use a funky keyb that reduces the pain of caps-lock in the vc, and
I also just don't drop into the vc unless absolutely necessary!

Cleaning them up in the spirit of spring cleaning...

Diffstat:
Detc/console_theme.sh | 25-------------------------
Detc/vc/README.md | 15---------------
Detc/vc/personal.map | 4----
Detc/vc/vconsole.conf | 3---
4 files changed, 0 insertions(+), 47 deletions(-)

diff --git a/etc/console_theme.sh b/etc/console_theme.sh @@ -1,25 +0,0 @@ -#!/usr/bin/env bash -# console_theme.sh -# A small script to set the Virtual Console to use Gruvbox colors. -# Colors originally from https://github.com/morhetz/gruvbox by Pavel Pertsev -# For more on escape sequences see console_codes(4) -if [[ "$TERM" =~ "linux" ]]; then - # Gruvbox 16 colors - printf "\033]P0282828" # 0: Black - printf "\033]P1cc241d" # 1: Red - printf "\033]P298971a" # 2: Green - printf "\033]P3d79921" # 3: Yellow - printf "\033]P4458588" # 4: Blue - printf "\033]P5b16286" # 5: Magenta - printf "\033]P6689d6a" # 6: Cyan - printf "\033]P7a89984" # 7: White - printf "\033]P8928374" # 8: Bright Black - printf "\033]P9fb4934" # 9: Bright Red - printf "\033]Pab8bb26" # 10: Bright Green - printf "\033]Pbfabd2f" # 11: Bright Yellow - printf "\033]Pc83a598" # 12: Bright Blue - printf "\033]Pdd3869b" # 13: Bright Magenta - printf "\033]Pe8ec07c" # 14: Bright Cyan - printf "\033]Pfebdbb2" # 15: Bright White - clear # Redraw the screen... -fi diff --git a/etc/vc/README.md b/etc/vc/README.md @@ -1,15 +0,0 @@ -# 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/etc/vc/personal.map b/etc/vc/personal.map @@ -1,4 +0,0 @@ -include "/usr/share/kbd/keymaps/i386/qwerty/us.map.gz" - -# Who uses Caps Lock, anyways? -keycode 58 = Control diff --git a/etc/vc/vconsole.conf b/etc/vc/vconsole.conf @@ -1,3 +0,0 @@ -# Use terminus-font package -FONT=ter-132n -KEYMAP=personal