Add keymap stuff and colors for virtual console
While I'm stuck here, might as well fix 'em.
This commit is contained in:
parent
1cf775efec
commit
6d0f4eba7d
|
@ -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
2
os/linux/key.map
Normal 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
1
os/linux/vconsole.conf
Normal file
|
@ -0,0 +1 @@
|
|||
KEYMAP=/usr/local/share/kbd/keymaps/personal.map
|
Reference in a new issue