From 4d837d7a1d62d723f0b60e5d43bc1a38d6e711bd Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 11 Oct 2023 11:08:16 -0400 Subject: [PATCH] some info --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5068b45..7856aaf 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,20 @@ # *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. + +## Setup + +The scripts in this repository have the following dependencies: + +- Git +- ZSH (optional, recommended) +- Neovim (optional, recommended) + +Install and link everything with: + ```sh mkdir -p ~/.config && cd ~/.config git clone https://github.com/ewpratten/ewconfig cd ewconfig ./install -``` - -## Dependencies - -- Git -- ZSH (optional, recommended) -- Neovim (optional, recommended) +``` \ No newline at end of file