From 2a8e3180c2d7444c5d779e63e8e1df92a88a25eb Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 26 Mar 2023 15:43:09 +0300 Subject: README: Add instructions on installing my packages --- org/README.org | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'org/README.org') 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. -- cgit v1.2.3