From dfd49eb2d64bc23a358c63ac9a177d0f8a1de26e Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Wed, 30 Nov 2016 19:17:44 +0000 Subject: [PATCH] Added thefuck --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6cbe76b..dbfedf1 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,3 @@ -h # This script creates symlinks from the home directory to any desired dotfiles in ~/dotfiles ############################ @@ -46,3 +45,5 @@ if [ ! -f $OMF ]; then sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" fi +# Setup default locales +sudo locale-gen "en_IE.UTF-8"