summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md26
-rwxr-xr-xorg/README.org10
2 files changed, 16 insertions, 20 deletions
diff --git a/README.md b/README.md
index d6a3364..13ac668 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
# Table of Contents
-- [About](#orgc91e717)
-- [Configurations](#org206293d)
-- [Installation](#orgdb39af7)
-- [WARNING!](#orgc003065)
+- [About](#orgbef8fad)
+- [Configurations](#orga0373fd)
+- [Installation](#org03edb65)
+- [WARNING!](#org14e5e32)
-<a id="orgc91e717"></a>
+<a id="orgbef8fad"></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="org206293d"></a>
+<a id="orga0373fd"></a>
# Configurations
@@ -31,23 +31,21 @@ Themes I'm using:
- [mocp-themes](https://github.com/wimstefan/mocp-themes) collection
-<a id="orgdb39af7"></a>
+<a id="org03edb65"></a>
# Installation
- clone repository
- git clone [email protected]:~thanos_apollo/dotfiles ~/dotfiles
+ git clone [email protected]:~thanos_apollo/dotfiles
- Install [GNU stow](https://www.gnu.org/software/stow/)
paru -S install stow # use your distros package manager instead of paru
- Use stow
-
-``` shell
-cd ~/dotfiles
-stow .
-```
+
+ cd dotfiles
+ stow .
If you get any errors due to existing files, rename them with `_backup` at the end
e.g `mv ~/.bashrc ~/.bashrc_backup`
@@ -57,7 +55,7 @@ e.g `mv ~/.bashrc ~/.bashrc_backup`
paru -S - < pkglist.txt
-<a id="orgc003065"></a>
+<a id="org14e5e32"></a>
# WARNING!
diff --git a/org/README.org b/org/README.org
index 6f0b90e..41a07d7 100755
--- a/org/README.org
+++ b/org/README.org
@@ -10,7 +10,6 @@ Welcome to my dotfiles repository!
Here you will find my custom configuration files for a variety of applications and utilities. All of which are written in org-mode literate configuration format.
All of the configurations in this repository are managed using [[https://www.gnu.org/software/stow/][GNU Stow]], which allows me to easily manage and switch between different configurations for different systems or environments.
-
* Configurations
# + [[file:emacs.org][Emacs]]
@@ -38,10 +37,10 @@ Themes I'm using:
paru -S install stow # use your distros package manager instead of paru
#+end_src
+ Use stow
-#+begin_src bash
- cd ~/dotfiles
- stow .
-#+end_src
+ #+begin_src bash
+ cd dotfiles
+ 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~
@@ -50,7 +49,6 @@ e.g ~mv ~/.bashrc ~/.bashrc_backup~
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.