Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent repeat dotfile edits and a more pleasant UX #82

Closed
wants to merge 4 commits into from

Commits on Apr 5, 2013

  1. Prevent repeat dotfile edits and a more pleasant UX

    Updates
    -------
    
    * Remove check for SSH key before copying. This shouldn't fail unless the previous keygen step fails, in which case this doesn't matter
    * Check for existing dotfile changes before repeating them. Ensures idempotency of the script. Applies to Homebrew path priority change and rbenv init call.
    
    UX
    --
    
    * Add intro and pause at beginning (e.g. 'hit return to start')
    * Clearer description of browser-opening step. Browser opening can surprise people. This gives you some context.
    * Add trailing echo's to separate output
    * Add pause and instructions for setting up dbs at boot
    
    * Give a 'hit return to continue' to give users time to read
    * Instruct them on how to set up DBs to start at boot
    Adarsh Pandit committed Apr 5, 2013
    3
    Copy the full SHA
    fff8403 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2013

  1. Restrict changes to idempotency

    * [Avoid captive user interfaces][1].
    * [Don't be chatty][2].
    * Move `exec $SHELL -l` line to spot recommended by [rbenv README][3].
    
    [1]: http://goo.gl/cocdC
    [2]: http://goo.gl/mL7hn
    [3]: https://github.com/sstephenson/rbenv/
    Dan Croak committed Apr 6, 2013
    2
    Copy the full SHA
    89272c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2013

  1. Remove public key copy to clipboard

    Dan Croak committed Apr 7, 2013
    Copy the full SHA
    3876ff5 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2013

  1. Fix typo

    Dan Croak committed Apr 9, 2013
    Copy the full SHA
    1320f76 View commit details
    Browse the repository at this point in the history