summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md18
-rwxr-xr-xorg/README.org2
2 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 256cb95..7953e53 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
# Table of Contents
-- [About](#org28e8d4f)
-- [Configurations](#org2d47e82)
-- [Installation](#org537dfe9)
-- [WARNING!](#org31d4326)
+- [About](#orgef8697d)
+- [Configurations](#org747bf2e)
+- [Installation](#org356fe44)
+- [WARNING!](#org2538d5b)
-<a id="org28e8d4f"></a>
+<a id="orgef8697d"></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="org2d47e82"></a>
+<a id="org747bf2e"></a>
# Configurations
@@ -31,7 +31,7 @@ Themes I'm using:
- [mocp-themes](https://github.com/wimstefan/mocp-themes) collection
-<a id="org537dfe9"></a>
+<a id="org356fe44"></a>
# Installation
@@ -45,7 +45,7 @@ Themes I'm using:
- Use stow
cd ~/dotfiles
- stow .
+ stow .
If you get any errors due to existing files, rename them with `_backup` at the end
e.g `mv ~/.bashrc ~/.bashrc_backup`
@@ -55,7 +55,7 @@ e.g `mv ~/.bashrc ~/.bashrc_backup`
paru -S - < pkglist.txt
-<a id="org31d4326"></a>
+<a id="org2538d5b"></a>
# WARNING!
diff --git a/org/README.org b/org/README.org
index 351e35f..6f0b90e 100755
--- a/org/README.org
+++ b/org/README.org
@@ -40,7 +40,7 @@ Themes I'm using:
+ Use stow
#+begin_src bash
cd ~/dotfiles
- stow .
+ 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~