diff options
Diffstat (limited to 'org')
-rwxr-xr-x | org/README.org | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/org/README.org b/org/README.org index 8762e53..351e35f 100755 --- a/org/README.org +++ b/org/README.org @@ -29,14 +29,14 @@ Themes I'm using: * Installation + clone repository -#+begin_src bash - git clone https://github.com/ThanosApollo/dotfiles.git ~/dotfiles -#+end_src -+ Install [[https://www.gnu.org/software/stow/][GNU stow]] + #+begin_src bash + git clone [email protected]:~thanos_apollo/dotfiles + #+end_src -#+begin_src bash - paru -S install stow # use your distros package manager instead of paru -#+end_src ++ Install [[https://www.gnu.org/software/stow/][GNU stow]] + #+begin_src bash + paru -S install stow # use your distros package manager instead of paru + #+end_src + Use stow #+begin_src bash cd ~/dotfiles |