diff options
author | Thanos Apollo <[email protected]> | 2023-02-08 01:36:56 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-02-08 01:36:56 +0200 |
commit | 8308c4dd59bc97380f06e083462f3c7e8482ec38 (patch) | |
tree | 4037ef3c2def645098fa11b56344c352509a7bd5 | |
parent | e4501ab74c27fba361e4fbc1727bb1788f9bd372 (diff) |
update readme
-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! |