Added some basic content to the README

This commit is contained in:
Random936 2023-09-09 09:49:06 -07:00
parent f5fc29f3ef
commit 2ef9fb3aea

View File

@ -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