From 62c8d25b56492b2b847e9fc4bb8e239581203d3f Mon Sep 17 00:00:00 2001 From: Mike 'Fuzzy' Partin Date: Fri, 5 Jul 2024 09:47:38 -0700 Subject: [PATCH] installation instructions --- README.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.org b/README.org index 60ff85c..aba8375 100644 --- a/README.org +++ b/README.org @@ -3,6 +3,16 @@ I recently advised someone against rolling their own emacs configuration. Then I did it, because I'm smart like that. As it turns out, yeah, I was wrong. The result of rolling my own is a nice fast distribution that is somewhat opinionated. +** Installation + +Simply clone this repository as your ~/.emacs.d directory and start emacs. + +#+BEGIN_SRC +$ test -d ~/.emacs.d && mv ~/.emacs.d ~/emacs.d ; git clone https://github.com/fuzzy/thwapmacs ~/.emacs.d +$ emacs +#+END_SRC + +This configuration bootstraps and uses straight.el to manage all package installations. ** Help