summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-02-08 15:41:10 +0200
committerThanos Apollo <[email protected]>2023-02-08 15:41:10 +0200
commitc31bf34b5d2282f8c00eb06d510c4a9278aab8da (patch)
tree50e0b508f1b6e9ab31385c5a0872dac9186fb460 /README.md
parent558a2b9d767203c52cd0ae35b508e2069f99d145 (diff)
update readme
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>