From 554e03249201c55fd2bb48e9f6fcf3aeceb8d859 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 27 Sep 2012 09:29:19 -0400 Subject: [PATCH] Add 005-dotfiles-update-relative.patch for automatic relative updates. Requires dotfiles-framework with commit 41b3be950978aa1012c8c67649ee807761739179 Author: W. Trevor King Date: Thu Sep 27 09:17:11 2012 -0400 Pass update() options through to link(). --- local-patch.examples/005-dotfiles-update-relative.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 local-patch.examples/005-dotfiles-update-relative.patch diff --git a/local-patch.examples/005-dotfiles-update-relative.patch b/local-patch.examples/005-dotfiles-update-relative.patch new file mode 100644 index 0000000..8a346d3 --- /dev/null +++ b/local-patch.examples/005-dotfiles-update-relative.patch @@ -0,0 +1,9 @@ +--- a/.bashrc.d/90dotfiles ++++ b/.bashrc.d/90dotfiles +@@ -2,5 +2,5 @@ + + DS="$(which dotfiles.sh)" + if [ -n "${DS}" ] && [ -f "${DS}" ] && [ -x "${DS}" ]; then +- "${DS}" --dotfiles-dir ~/src/dotfiles update ++ "${DS}" --dotfiles-dir ~/src/dotfiles update --relative + fi -- 2.26.2