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 1/2] 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) From 62c82c426e4677704822ce2a333abdce96d4e75e Mon Sep 17 00:00:00 2001 From: juancwu <46619361+juancwu@users.noreply.github.com> Date: Thu, 15 Dec 2022 23:31:38 -0500 Subject: [PATCH 2/2] update(readme): move spefific instructions to docs --- linux.md => docs/linux.md | 0 macos.md => docs/macos.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename linux.md => docs/linux.md (100%) rename macos.md => docs/macos.md (100%) diff --git a/linux.md b/docs/linux.md similarity index 100% rename from linux.md rename to docs/linux.md diff --git a/macos.md b/docs/macos.md similarity index 100% rename from macos.md rename to docs/macos.md