summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md23
-rwxr-xr-xorg/README.org12
2 files changed, 22 insertions, 13 deletions
diff --git a/README.md b/README.md
index 23415fe..fb7dd27 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
# Table of Contents
-- [About](#org4cfc3ae)
-- [Configurations](#orge4a2806)
-- [Installation](#org476ea37)
-- [WARNING!](#org30fa10a)
+- [About](#org5146b6c)
+- [Configurations](#orgf932a4c)
+- [Installation](#org28a05bc)
+- [WARNING!](#org817046c)
-<a id="org4cfc3ae"></a>
+<a id="org5146b6c"></a>
# About
@@ -19,7 +19,7 @@ Here you will find my custom configuration files for a variety of applications a
All of the configurations in this repository are managed using [GNU Stow](https://www.gnu.org/software/stow/), which allows me to easily manage and switch between different configurations for different systems or environments.
-<a id="orge4a2806"></a>
+<a id="orgf932a4c"></a>
# Configurations
@@ -31,7 +31,7 @@ Themes I'm using:
- [mocp-themes](https://github.com/wimstefan/mocp-themes) collection
-<a id="org476ea37"></a>
+<a id="org28a05bc"></a>
# Installation
@@ -41,7 +41,7 @@ Themes I'm using:
- Install [GNU stow](https://www.gnu.org/software/stow/)
- 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
- Use stow
@@ -49,11 +49,14 @@ Themes I'm using:
stow .
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*
+
+ paru -S - < pkglist.txt
+
-<a id="org30fa10a"></a>
+<a id="org817046c"></a>
# WARNING!
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.