Add keymap stuff and colors for virtual console

While I'm stuck here, might as well fix 'em.
This commit is contained in:
Daniel Flanagan 2021-03-04 23:16:55 -06:00
parent 1cf775efec
commit 6d0f4eba7d
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
3 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,7 @@ set -Ux DOTFILES_PATH $XDG_CONFIG_HOME/lytedev-dotfiles
set -Ux ENV_PATH $HOME/.env
set -Ux FISH_PATH $XDG_CONFIG_HOME/fish
$DOTFILES_PATH/common/colors/vconsole
source $FISH_PATH/paths.fish
status --is-interactive || exit

2
os/linux/key.map Normal file
View File

@ -0,0 +1,2 @@
include "/usr/share/kbd/keymaps/i386/qwerty/us.map.gz"
include "/usr/share/kbd/keymaps/i386/include/ctrl.map.gz"

1
os/linux/vconsole.conf Normal file
View File

@ -0,0 +1 @@
KEYMAP=/usr/local/share/kbd/keymaps/personal.map