From c31bf34b5d2282f8c00eb06d510c4a9278aab8da Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 8 Feb 2023 15:41:10 +0200 Subject: update readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.md') 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 ``` -- cgit v1.2.3