From 2e99ece8e0c4084b03b4c9b11b8c166942b4bf70 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 9 Nov 2023 12:56:25 -0500 Subject: [PATCH] update readme details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c57062e..050cf3f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # *ew*pratten's *config* files -This repository stores *most* of my common config files. It is designed to be deployable to pretty much any UNIX-like system. Assuming ideal conditions, any machine is one `./install` away from behaving like my personal workstation. +This repository stores most of my common config files. It is designed to be deployable to pretty much any system. Assuming ideal conditions, any machine is one `sh ./install-` away from behaving like my personal workstation. ## Setup The scripts in this repository have the following dependencies: -- Git +- Git (optional, extremely recommended) - ZSH (optional, recommended) - Neovim (optional, recommended) @@ -17,7 +17,7 @@ mkdir -p ~/.config && cd ~/.config git clone https://github.com/ewpratten/ewconfig cd ewconfig -# Linux +# Linux & BSD & probably MacOS (untested) sh ./install-linux.sh # Windows, with GIT BASH