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 $?