[ADD] Bootstrap with keyboard adjustments
This commit is contained in:
parent
3fb2b372ca
commit
f868439cd3
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue