diff options
author | Thanos Apollo <[email protected]> | 2023-03-26 15:43:09 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-26 15:43:09 +0300 |
commit | 2a8e3180c2d7444c5d779e63e8e1df92a88a25eb (patch) | |
tree | 26cd7f608473f486b0dee0fcbb0da86d508c540c /org/README.org | |
parent | c5a8ef1878f7e2099685d49c6e7d8ac325dbde0a (diff) |
README: Add instructions on installing my packages
Diffstat (limited to 'org/README.org')
-rwxr-xr-x | org/README.org | 12 |
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. |