#!/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