-
-
Save rogeriopvl/946021 to your computer and use it in GitHub Desktop.
you know you want to put this on your .bash_profile (OSX)
This file contains 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
function hack() { | |
mkdir -p $1 | |
cd $1 | |
git init | |
echo ".DS_Store" > .gitignore | |
mate . | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment