diff options
author | Thanos Apollo <[email protected]> | 2023-02-08 15:41:10 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-02-08 15:41:10 +0200 |
commit | c31bf34b5d2282f8c00eb06d510c4a9278aab8da (patch) | |
tree | 50e0b508f1b6e9ab31385c5a0872dac9186fb460 /README.md | |
parent | 558a2b9d767203c52cd0ae35b508e2069f99d145 (diff) |
update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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> |