diff options
Diffstat (limited to 'regional.sh')
-rwxr-xr-x | regional.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regional.sh b/regional.sh index 868a08e..31978be 100755 --- a/regional.sh +++ b/regional.sh @@ -2,7 +2,7 @@ ln -sf /usr/share/zoneinfo/US/Eastern /etc/localtime echo "LANG=en_US.UTF-8" > /etc/locale.conf echo -e "en_US.UTF-8 UTF-8\nen_US ISO-8859-1" > /etc/locale.gen -echo "KEYMAP=dvorak-programmer" > /etc/vconsole.conf +echo "KEYMAP=dvorak-progcaps" > /etc/vconsole.conf export HOST="bruh-moment" echo $HOST > /etc/hostname echo -e "127.0.0.1\tlocalhost\n::1\tlocalhost\n127.0.1.1\t$HOST.localdomain\t$HOST" > /etc/hosts |