From 5ab7f3840d851f31a127a502e300cbd7435161f6 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Thu, 5 Jul 2018 15:38:58 -0400 Subject: [PATCH] Add readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..faa9004 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Tim's Spacemacs config + +My Emacs config using [Spacemacs](http://spacemacs.org/) as a base + +## Installing +1. Install Spacemacs + + `git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d` + +2. Clone this repo + + `git clone https://git.timshomepage.net/config/spacemacs.git ~/spacemacs` + +3. Symlink to default spacemacs location + + `ln -s ~/spacemacs/.spacemacs.d ~/.spacemacs.d` +