Added thefuck

This commit is contained in:
Fergal Moran
2016-11-30 19:17:44 +00:00
parent dde7b8337a
commit dfd49eb2d6

View File

@@ -1,4 +1,3 @@
h
# This script creates symlinks from the home directory to any desired dotfiles in ~/dotfiles # 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)" sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
fi fi
# Setup default locales
sudo locale-gen "en_IE.UTF-8"