From 9826e0f2a54c762acad773d7660b3012a9de3ca2 Mon Sep 17 00:00:00 2001 From: juancwu <46619361+juancwu@users.noreply.github.com> Date: Thu, 15 Dec 2022 23:31:17 -0500 Subject: [PATCH] add(readme): general readme --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..fd96d56 --- /dev/null +++ b/readme.md @@ -0,0 +1,10 @@ +# Overview + +These are my configuration files for my development environment using Fish (shell) and NeoVim. + +There are different branches for each OS. + +# Instructions + +- [Linux](docs/linux.md) +- [Mac](docs/macos.md)