From 88d2c9ac867e92d482dbeea5e5fc759b1f195cdf Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 7 Feb 2026 23:51:34 +0200 Subject: fix path --- Rexfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Rexfile') diff --git a/Rexfile b/Rexfile index 4c1f5b0..6c11a47 100644 --- a/Rexfile +++ b/Rexfile @@ -4,7 +4,7 @@ use Rex::Logger; our $HOME = $ENV{HOME}; # In a public Git rapository. -our $DOT = "$HOME/git/conf/dotfiles"; +our $DOT = "$HOME/git/dotfiles"; # In a private Git repository. our $DOT_PRIVATE = "$HOME/git/conf_private/dotfiles"; @@ -250,7 +250,7 @@ task 'home_quickedit', sub { my %symlinks = ( 'data' => "$HOME/data/", 'Documents' => "$HOME/Documents//", - 'dotfiles' => "$HOME/git/conf/dotfiles/", + 'dotfiles' => "$HOME/git/dotfiles/", 'foo.zone-gemtext' => "$HOME/git/foo.zone-content/gemtext//", 'Notes' => "$HOME/Notes/", 'public-snippets' => "$HOME/git/conf/snippets//", -- cgit v1.2.3