diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-04-08 16:11:52 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-04-08 16:49:51 +0200 |
commit | 39ad0e6cf9ed895b88041f8babe59506178a6fcb (patch) | |
tree | 03097668afd4edc431915788ca2e27f73bc33589 /README.md | |
parent | bac00c062e9ad0bc5235a7124bc624965bed684c (diff) |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -9,6 +9,16 @@ Run `install.sh` script and it'll automagically link all the templates to your This method doesn't work on a non-Unix-like OS. +### Guix + +Just use Guix and do it easier: + +``` bash +guix install -f guix.scm +``` + +This will install the files where they should be and set `XDG_DATA_HOME` +properly. ## Usage |