Forgot to add these

This commit is contained in:
Random936
2024-05-17 15:22:55 -07:00
parent ac9bc5772e
commit 217898c182
6 changed files with 266 additions and 0 deletions

9
dotfiles/README.org Normal file
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