summaryrefslogtreecommitdiff
path: root/org/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/README.org')
-rwxr-xr-xorg/README.org10
1 files changed, 4 insertions, 6 deletions
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.