Skip to content

Instantly share code, notes, and snippets.

@xoebus
Created February 24, 2012 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xoebus/1900656 to your computer and use it in GitHub Desktop.
Save xoebus/1900656 to your computer and use it in GitHub Desktop.
if [ -d ~/.at-tools ]
then
echo "You already have Appleton Tower Tools installed. You'll need to remove ~/.at-tools if you want to install"
exit
fi
echo "Cloning Appleton Tower Tools..."
/usr/bin/env git clone git://github.com/lolsoft/at-tools.git ~/.at-tools
echo "Installing on your system..."
/usr/bin/env ruby ~/.at-tools/utils/install.rb
echo ' _ _ _ '
echo ' | | | | | | '
echo ' __ _| |_ ______| |_ ___ ___ | |___ '
echo ' / _` | __|______| __/ _ \ / _ \| / __|'
echo '| (_| | |_ | || (_) | (_) | \__ \'
echo ' \__,_|\__| \__\___/ \___/|_|___/'
echo "....is now installed."
source ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment