From f868439cd311f346547a845b0819037b9ac3eb22 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 21 Apr 2020 19:36:11 +0200 Subject: [PATCH] [ADD] Bootstrap with keyboard adjustments --- bootstrap.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index b8a59d3..d414ffc 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -16,5 +16,14 @@ install-yay() { popd || exit 1 } +# Keyboard and language setup +setup-lang() { + # A good QWERTY keyboard with easy access to accents + sudo localectl set-x11-keymap fr pc105 us + # FIXME: no international keyboard in VC for now + sudo localectl set-keymap --no-convert us +} + prerequisite install-yay +setup-lang