Skip to content

Instantly share code, notes, and snippets.

@tannerwelsh
Created April 23, 2013 23:20
Show Gist options
  • Save tannerwelsh/5448266 to your computer and use it in GitHub Desktop.
Save tannerwelsh/5448266 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "Installing debugger gem..."
gem install 'debugger'
echo "Creating and modifying ~/.rdebugrc config file..."
touch ~/.rdebugrc
echo -e "set autolist\nset autoeval\nset autoreload" > ~/.rdebugrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment