Script for Keyboard and Time Zone Configuration
This Bash script allows you to easily modify the keyboard language and time zone of your system. Here’s how it works.
What does the script do?
Language Configuration: Allows you to select from multiple languages and keyboard layouts. It uses gettext to display the names of the languages in a translated format.
Time Zone Selection: Displays a list of available time zones using timedatectl, allowing the user to choose the correct one.
Applying Changes: Upon confirming the selection, the script updates:
The keyboard configuration with localectl set-keymap.
The system configuration with localectl set-locale.
The time zone with timedatectl set-timezone.
Notification: At the end, it shows a message confirming that the changes have been applied.