aboutsummaryrefslogtreecommitdiff
path: root/regional.sh
blob: 31978be78b1cee5181f06e9e7d44e7e0329ab055 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
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-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