summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-16 09:52:07 +0300
committerPaul Buetow <paul@buetow.org>2025-08-16 09:52:07 +0300
commitec0cfae0595f1bac6ff69f8b06fa287e0a6f76d4 (patch)
treee2632d4e57230ee12d0d316ba592570a6a299b7f
parentb39734c8ebaaca3f458e94f52b1cc9f0054dbcc1 (diff)
rename
-rw-r--r--dotfiles/Rexfile4
-rw-r--r--dotfiles/helix/config.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/dotfiles/Rexfile b/dotfiles/Rexfile
index 9c42cae..e0e002e 100644
--- a/dotfiles/Rexfile
+++ b/dotfiles/Rexfile
@@ -4,10 +4,10 @@ use Rex::Logger;
our $HOME = $ENV{HOME};
# In a public Git rapository.
-our $DOT = "$HOME/git/rexfiles/dotfiles";
+our $DOT = "$HOME/git/conf/dotfiles";
# In a private Git repository.
-our $DOT_PRIVATE = "$HOME/git/rexfiles_private/dotfiles";
+our $DOT_PRIVATE = "$HOME/git/conf_private/dotfiles";
sub ensure_dir {
my ( $src_glob, $dst_dir, $file_mode ) = @_;
diff --git a/dotfiles/helix/config.toml b/dotfiles/helix/config.toml
index 2ef4fbf..fdeed9d 100644
--- a/dotfiles/helix/config.toml
+++ b/dotfiles/helix/config.toml
@@ -50,7 +50,7 @@ C-v = { b = "paste_clipboard_before", a = "paste_clipboard_after", r = ":clipboa
A-c = "toggle_comments" # Was originally C-c, so mapped to ALT now
# Helix related helpers
-C-h = { c = ":config-open", r = ":config-reload", C = ":run-shell-command cp -v ~/.config/helix/*.toml ~/git/rexfiles/dotfiles/helix/", l = ":open ~/.config/helix/languages.toml", h = ":open ~/git/worktime/HelixCheat.md", L = ":log-open", d = ":theme default" }
+C-h = { c = ":config-open", r = ":config-reload", C = ":run-shell-command cp -v ~/.config/helix/*.toml ~/git/conf/dotfiles/helix/", l = ":open ~/.config/helix/languages.toml", h = ":open ~/git/worktime/HelixCheat.md", L = ":log-open", d = ":theme default" }
C-r = [ ":config-reload", ":reload-all" ]