From 3c2329d53d0985ea5d5d1cf59b51370ec35ddec2 Mon Sep 17 00:00:00 2001
From: EuAndreh <eu@euandre.org>
Date: Thu, 12 May 2022 17:14:17 -0300
Subject: Move symlink to private files to a relative location

To avoid hardcoding both "/home/andreh" and "dev/private/dotfiles".
---
 etc/alot/config                    | 2 +-
 etc/bash/privrc.sh                 | 2 +-
 etc/khal/config                    | 2 +-
 etc/khard/khard.conf               | 2 +-
 etc/mbsync/config                  | 2 +-
 etc/msmtp/config                   | 2 +-
 etc/myrepos/config                 | 2 +-
 etc/newsboat/urls                  | 2 +-
 etc/notmuch/default/config         | 2 +-
 etc/notmuch/default/hooks/post-new | 2 +-
 etc/weechat/irc.conf               | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

(limited to 'etc')

diff --git a/etc/alot/config b/etc/alot/config
index a92319d..745714d 120000
--- a/etc/alot/config
+++ b/etc/alot/config
@@ -1 +1 @@
-/home/andreh/dev/private/dotfiles/alot/config
\ No newline at end of file
+../../var/lib/private/tilde/alot/config
\ No newline at end of file
diff --git a/etc/bash/privrc.sh b/etc/bash/privrc.sh
index 243a4bd..f946f34 120000
--- a/etc/bash/privrc.sh
+++ b/etc/bash/privrc.sh
@@ -1 +1 @@
-/home/andreh/dev/private/dotfiles/privrc.sh
\ No newline at end of file
+../../var/lib/private/tilde/privrc.sh
\ No newline at end of file
diff --git a/etc/khal/config b/etc/khal/config
index dfae173..f0e4012 120000
--- a/etc/khal/config
+++ b/etc/khal/config
@@ -1 +1 @@
-/home/andreh/dev/private/dotfiles/khal/config
\ No newline at end of file
+../../var/lib/private/tilde/khal/config
\ No newline at end of file
diff --git a/etc/khard/khard.conf b/etc/khard/khard.conf
index f015b29..56c4c53 120000
--- a/etc/khard/khard.conf
+++ b/etc/khard/khard.conf
@@ -1 +1 @@
-/home/andreh/dev/private/dotfiles/khard/khard.conf
\ No newline at end of file
+../../var/lib/private/tilde/khard/khard.conf
\ No newline at end of file
diff --git a/etc/mbsync/config b/etc/mbsync/config
index 68a3234..a447e0e 120000
--- a/etc/mbsync/config
+++ b/etc/mbsync/config
@@ -1 +1 @@
-/home/andreh/dev/private/dotfiles/mbsync/config
\ No newline at end of file
+../../var/lib/private/tilde/mbsync/config
\ No newline at end of file
diff --git a/etc/msmtp/config b/etc/msmtp/config
index 45cd0ac..e05c85a 120000
--- a/etc/msmtp/config
+++ b/etc/msmtp/config
@@ -1 +1 @@
-/home/andreh/dev/private/dotfiles/msmtp/config
\ No newline at end of file
+../../var/lib/private/tilde/msmtp/config
\ No newline at end of file
diff --git a/etc/myrepos/config b/etc/myrepos/config
index e0e6a26..0f9e030 120000
--- a/etc/myrepos/config
+++ b/etc/myrepos/config
@@ -1 +1 @@
-/home/andreh/dev/private/dotfiles/myrepos/config
\ No newline at end of file
+../../var/lib/private/tilde/myrepos/config
\ No newline at end of file
diff --git a/etc/newsboat/urls b/etc/newsboat/urls
index 3c453f5..c7c1b2d 120000
--- a/etc/newsboat/urls
+++ b/etc/newsboat/urls
@@ -1 +1 @@
-/home/andreh/dev/private/dotfiles/newsboat/urls
\ No newline at end of file
+../../var/lib/private/tilde/newsboat/urls
\ No newline at end of file
diff --git a/etc/notmuch/default/config b/etc/notmuch/default/config
index 3b9d2f4..a315fdc 120000
--- a/etc/notmuch/default/config
+++ b/etc/notmuch/default/config
@@ -1 +1 @@
-/home/andreh/dev/private/dotfiles/notmuch/default/config
\ No newline at end of file
+../../../var/lib/private/tilde/notmuch/default/config
\ No newline at end of file
diff --git a/etc/notmuch/default/hooks/post-new b/etc/notmuch/default/hooks/post-new
index 7992789..5d96e3e 120000
--- a/etc/notmuch/default/hooks/post-new
+++ b/etc/notmuch/default/hooks/post-new
@@ -1 +1 @@
-/home/andreh/dev/private/dotfiles/notmuch/post-new
\ No newline at end of file
+../../../../var/lib/private/tilde/notmuch/default/hooks/post-new
\ No newline at end of file
diff --git a/etc/weechat/irc.conf b/etc/weechat/irc.conf
index 7dff360..d42fdad 120000
--- a/etc/weechat/irc.conf
+++ b/etc/weechat/irc.conf
@@ -1 +1 @@
-/home/andreh/dev/private/dotfiles/weechat/irc.conf
\ No newline at end of file
+../../var/lib/private/tilde/weechat/irc.conf
\ No newline at end of file
-- 
cgit v1.2.3