aboutsummaryrefslogtreecommitdiff
path: root/regional.sh
blob: 868a08e5199dfcae0b9f0632aaaf1c57f0806b46 (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-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