Skip to content

Instantly share code, notes, and snippets.

@n8io
Last active February 7, 2017 22:11
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 n8io/3cf1ddd7baef8b1046a7 to your computer and use it in GitHub Desktop.
Save n8io/3cf1ddd7baef8b1046a7 to your computer and use it in GitHub Desktop.
How to get your terminal 'a rockin'
bash <(curl -sL http://bit.ly/bash-setup) # Initializes bash shortcuts
bash <(curl -sL http://bit.ly/ssh-setup) # Registers your ssh keys
bash <(curl -sL http://bit.ly/bash-emoji) # Adds some flare to your default prompt
@n8io
Copy link
Author

n8io commented Jun 1, 2015

Run these command in your terminal to get them clean and git integrated.

@n8io
Copy link
Author

n8io commented Jun 2, 2015

*** Hint ***

After running the first command you can type the following commands to run any of those scripts in the future adhoc.

setup-term
setup-ssh
setup-emoji

@danieleli
Copy link

+1

@mattcsloan
Copy link

@n8io Your bit.ly links are no longer valid for this. Looks like Dropbox has disabled them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment