From d1c45a82e82178c13de3f4577ba5a19bb7cc8323 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Fri, 7 Oct 2016 23:20:22 +1100 Subject: [PATCH] Update dots to handle the new renaming stuff --- .stow-rename | 1 + index.html | 2 +- {.local => local}/bin/dots | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .stow-rename rename {.local => local}/bin/dots (98%) diff --git a/.stow-rename b/.stow-rename new file mode 100644 index 0000000..4376d30 --- /dev/null +++ b/.stow-rename @@ -0,0 +1 @@ +config => .config diff --git a/index.html b/index.html index a3b630f..08c4814 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ --- --- -{% include_relative .local/bin/dots %} +{% include_relative local/bin/dots %} # diff --git a/.local/bin/dots b/local/bin/dots similarity index 98% rename from .local/bin/dots rename to local/bin/dots index 366bb58..97d43e8 100755 --- a/.local/bin/dots +++ b/local/bin/dots @@ -7,7 +7,7 @@ bootstrap() { if ! hash stow 2>/dev/null; then echo 'GNU Stow is not installed, fetching it...' >&2 clone-one stow || return $? - STOW=$DOTFILES/stow/.local/bin/stow + STOW=$DOTFILES/stow/local/bin/stow fi clone dots git vim zsh || return $?