summaryrefslogtreecommitdiff
path: root/org
diff options
context:
space:
mode:
Diffstat (limited to 'org')
-rwxr-xr-xorg/README.org12
1 files changed, 9 insertions, 3 deletions
diff --git a/org/README.org b/org/README.org
index 2832093..8762e53 100755
--- a/org/README.org
+++ b/org/README.org
@@ -32,10 +32,10 @@ Themes I'm using:
#+begin_src bash
git clone https://github.com/ThanosApollo/dotfiles.git ~/dotfiles
#+end_src
-+ Install [[https://www.gnu.org/software/stow/][GNU stow]]
++ Install [[https://www.gnu.org/software/stow/][GNU stow]]
#+begin_src bash
- guix install stow # use the package manager of your distro if not guix
+ paru -S install stow # use your distros package manager instead of paru
#+end_src
+ Use stow
#+begin_src bash
@@ -43,8 +43,14 @@ Themes I'm using:
stow .
#+end_src
If you get any errors due to existing files, rename them with ~_backup~ at the end
-
e.g ~mv ~/.bashrc ~/.bashrc_backup~
+
++ Install my system packages for Arch Linux /optional/
+ #+begin_src bash
+ paru -S - < pkglist.txt
+ #+end_src
+
+
* WARNING!
It's important to note that my dotfiles in this repository are constantly evolving, as I am constantly experimenting with new configurations and settings.