diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-01-29 00:01:47 +0100 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-01-29 00:01:47 +0100 |
commit | 4ee4185e2823c769baec72e468f5e6fd46fc0fec (patch) | |
tree | ca83902bc6f95394038bda07de2895552ef24808 /content/2022/gnu_stow.md | |
parent | 5196c6672589b6696d81da80aa68ad796677b0cf (diff) |
chore: add abstracts to 2022
Diffstat (limited to 'content/2022/gnu_stow.md')
-rw-r--r-- | content/2022/gnu_stow.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/content/2022/gnu_stow.md b/content/2022/gnu_stow.md index 7f250b5..5b3218e 100644 --- a/content/2022/gnu_stow.md +++ b/content/2022/gnu_stow.md @@ -2,9 +2,14 @@ date: 2022-06-09T19:10:00+02:00 category: software draft: fale -type: productivity +year: 2022 title: Managing dotfiles with GNU Stow -tags: ['gnu', 'stow', 'linux'] +tags: +- gnu +- stow +- linux +- tutorial +abstract: A short tutorial. --- If you are working with linux/bsd based system, you are most likely accustomed to managing your configs with dotfiles. And you most likely have them stored with Git. But there is the |