From aa10033e77e9c095e7b66bf13a51ce0ff5c66e50 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Wed, 15 Apr 2020 15:57:00 -0400 Subject: added scripts and conf --- regional.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 regional.sh (limited to 'regional.sh') 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 + -- cgit