summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index d375486..c97ef24 100644
--- a/README.md
+++ b/README.md
@@ -25,15 +25,16 @@ I use this repo to keep my configurations synchronized across different machines
- clone repository
```
- git clone https://github.com/ThanosApollo/dotfiles.git ~/dotfiles
+git clone https://github.com/ThanosApollo/dotfiles.git ~/dotfiles
```
- Install [GNU stow](https://www.gnu.org/software/stow/)
```
- guix install stow # use the package manager of your distro if not guix
+guix install stow # use the package manager of your distro if not guix
- cd ~/dotfiles
- stow . # if you get errors, rename your files that produce them, e.g mv ~/.bashrc ~/.bashrc_backup
+cd ~/dotfiles
+stow .
+# if you get errors, rename your files that produce them, e.g mv ~/.bashrc ~/.bashrc_backup
```
<a id="org4461b5b"></a>