diff options
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> |