Last active
June 22, 2016 17:50
-
-
Save firesofmay/5b660965ad5cb4016f4850406e9fe10f to your computer and use it in GitHub Desktop.
Has some very useful commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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