diff options
-rw-r--r-- | README.md | 21 |
1 files changed, 10 insertions, 11 deletions
@@ -1,13 +1,13 @@ # Table of Contents -- [About](#orgeeecef4) -- [Installation](#orgae4e33a) -- [Important!](#org3e2d61f) +- [About](#org40feefd) +- [Installation](#org4836c36) +- [Important!](#org4461b5b) -<a id="orgeeecef4"></a> +<a id="org40feefd"></a> # About @@ -19,25 +19,24 @@ I use this repo to keep my configurations synchronized across different machines ![img](pictures/showcase.png) -<a id="orgae4e33a"></a> +<a id="org4836c36"></a> # Installation - clone repository - - cd testing - +``` 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 cd ~/dotfiles stow . # if you get errors, rename your files that produce them, e.g mv ~/.bashrc ~/.bashrc_backup +``` - -<a id="org3e2d61f"></a> +<a id="org4461b5b"></a> # Important! |