aboutsummaryrefslogtreecommitdiff
path: root/regional.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regional.sh')
-rwxr-xr-xregional.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/regional.sh b/regional.sh
new file mode 100755
index 0000000..43611f3
--- /dev/null
+++ b/regional.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+ln -sf /usr/share/zoneinfo/US/Eastern /etc/localtime
+echo -e "en_US.UTF-8 UTF-8\nen_US ISO-8859-1" > /etc/locale.conf
+echo "KEYMAP=dvorak-programmer" > /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
+