From 32c0525a1d5ddcaf4a8f90a51a993ebc83766dc8 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 5 Jan 2015 17:58:09 -0800 Subject: [PATCH] [meta] Update README --- README.md | 12 ++++++++---- {ansible/scripts => scripts}/setup_ssh_keys.rb | 0 2 files changed, 8 insertions(+), 4 deletions(-) rename {ansible/scripts => scripts}/setup_ssh_keys.rb (100%) diff --git a/README.md b/README.md index 29718f2..493ef26 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,18 @@ open 'https://itunes.apple.com/us/app/xcode/id497799835?mt=12' sudo xcodebuild -license ``` -**After running Ansible**, the bootstrap `~/.dotfiles` directory can be removed -and replaced with a symlink to the canonical repo location on Dropbox and SSH -keys can be populated with the included script: +**After running Ansible**, there are some optional tasks for full desktop setup: ``` shell +# Remove the bootstrap directory for the canonical one in Dropbox rm -rf ~/.dotfiles ln -s ~/Dropbox/dotfiles ~/.dotfiles -ruby ~/.dotfiles/ansible/scripts/setup_ssh_keys.rb + +# Apply personal Terminal settings +open ~/.dotfiles/Alpha.terminal + +# Add private SSH keys +ruby ~/.dotfiles/scripts/setup_ssh_keys.rb ``` ## Local diff --git a/ansible/scripts/setup_ssh_keys.rb b/scripts/setup_ssh_keys.rb similarity index 100% rename from ansible/scripts/setup_ssh_keys.rb rename to scripts/setup_ssh_keys.rb