aboutsummaryrefslogtreecommitdiff
path: root/regional.sh
blob: 43611f3ccf68eb8e701225e2ba8cf7da4c0338ff (plain)
1
2
3
4
5
6
7
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