summaryrefslogtreecommitdiffstats
path: root/content/posts/notes-on-storing-dotfiles.md
diff options
context:
space:
mode:
authorbreadcat2020-07-21 15:53:40 +0100
committerbreadcat2020-07-21 15:53:40 +0100
commit4b72881badf27f1072a409bcfccc887e595227e4 (patch)
tree41099c4b869efa27aa8f773bba63cf59ebe4a605 /content/posts/notes-on-storing-dotfiles.md
parent1204c60a303334b2d2c69c673ca13524930c3f67 (diff)
downloadblog.minskio.co.uk-4b72881badf27f1072a409bcfccc887e595227e4.tar.gz
blog.minskio.co.uk-4b72881badf27f1072a409bcfccc887e595227e4.tar.bz2
blog.minskio.co.uk-4b72881badf27f1072a409bcfccc887e595227e4.zip
Update post with diff info
Diffstat (limited to 'content/posts/notes-on-storing-dotfiles.md')
-rw-r--r--content/posts/notes-on-storing-dotfiles.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/content/posts/notes-on-storing-dotfiles.md b/content/posts/notes-on-storing-dotfiles.md
index ffc93d3..03f51ff 100644
--- a/content/posts/notes-on-storing-dotfiles.md
+++ b/content/posts/notes-on-storing-dotfiles.md
@@ -1,6 +1,7 @@
---
title: "Notes on Storing Dotfiles"
date: 2020-06-28T15:29:00
+lastmod: 2020-06-29T11:43:00
tags: ["Linux", "Selfhosted", "Software"]
---
@@ -34,4 +35,11 @@ dotfiles add $HOME/.config/bspwm/bspwmrc
dotfiles commit -m "Added bspwm config file"
```
+If you'd like to see what has changed before you commit them, you can run:
+```
+dotfiles diff $HOME/.config/bspwm/bspwmrc
+```
+
And you're done. This guide is by no means unique, but has been collated from many posts accross the Internet detailing this process.
+
+* **Edit 2020-07-21:** Added note about diffing changes \ No newline at end of file