From 2ef9fb3aea2e1c3ffacda4e0a94355afb57e6b81 Mon Sep 17 00:00:00 2001 From: Random936 Date: Sat, 9 Sep 2023 09:49:06 -0700 Subject: [PATCH] Added some basic content to the README --- README.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.org b/README.org index e69de29..a8c9c48 100644 --- a/README.org +++ b/README.org @@ -0,0 +1,9 @@ + +* Dotfiles Repo + +To install these dotfiles, you can use gnu stow. Running the following command will automatically create symlinks for every file in this repo. +#+begin_src bash +git clone https://github.com/Random936/dotfiles +cd dotfiles/ +stow . +#+end_src