From 6d83b32c738a1f625ee7b1f68a16fd91012ec65a Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Sat, 24 Jan 2015 09:56:59 +0100 Subject: [PATCH] README updated to contain paste-able instructions --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 241d4c09..a2a4c48b 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,19 @@ My common dotfiles for Linux, Mac and Cygwin e.g. my vim, terminal and font configs. install: -clone this repo -run install_fedora.sh or install_ubuntu.sh to setup the whole box + + sudo apt-get update + sudo apt-get install git # or yum install git + + ssh-keygen -b 8192 + cat ~/.ssh/id_rsa.pub + #add the above key to github + mkdir ~/dev + cd ~/dev + git clone git@github.com:cyplo/dotfiles.git + cd dotfiles + ./install_ubuntu #or ./install_fedora TODO: -* use terminator for all configs -* investigate chsh failing * automate adding backports to debian-based distros -* automate enabling hibernation on ubuntu