Skip to content

Commit

Permalink
Add commented out dotfiles installation. Not yet sure if this can rea…
Browse files Browse the repository at this point in the history
…lly happen before anything else as it depends on Rake. Most likely will but would like to test it first.
  • Loading branch information
javierjulio committed May 12, 2012
1 parent 5572059 commit 2c6e111
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions laptop
@@ -1,5 +1,9 @@
#!/usr/bin/env bash

# git clone git://github.com/javierjulio/dotfiles.git ~/Projects/dotfiles
# cd ~/Projects/dotfiles
# rake install

echo "Checking for SSH key, generating one if it doesn't exist ..."
[[ -f ~/.ssh/id_rsa.pub ]] || ssh-keygen -t rsa

Expand Down

0 comments on commit 2c6e111

Please sign in to comment.