From 53741b7d1fbd94d1e3b96bdd11fc1c1fc9396cb7 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Sat, 25 Feb 2023 10:29:51 -0800 Subject: [PATCH] Add notes for useful software. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fab35e6..2172947 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,14 @@ Clone this repo into your home directory using: git clone git@git.xchg.sh:angrygoats/emacs-config.git .emacs.d ``` +## Nice Things + +There are some things you should install locally: + +1. [https://github.com/sharkdp/fd#installation](fd). Projectile will use this automatically if installed. +2. [https://github.com/BurntSushi/ripgrep](ripgrep). Projectile will use this automatically if installed. + + ![emacs screenshot](emacs.png) ## Troubleshooting