Files
dotfiles/assets/README.org
2026-02-13 15:17:51 -05:00

10 lines
256 B
Org Mode

* 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