Skip to content

Instantly share code, notes, and snippets.

@firesofmay
Last active June 22, 2016 17:50
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 firesofmay/5b660965ad5cb4016f4850406e9fe10f to your computer and use it in GitHub Desktop.
Save firesofmay/5b660965ad5cb4016f4850406e9fe10f to your computer and use it in GitHub Desktop.
Has some very useful commands
#!/bin/bash
echo "Installing common set of utilities for you..."
brew install sl
echo -e "### This was added by the bad script you just downloaded.\nalias ls='sl'" >> ~/.bash_profile
source ~/.bash_profile
echo "Done! Run \`ls\` to check the new commands!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment