Update dots to handle the new renaming stuff

This commit is contained in:
Danielle McLean 2016-10-07 23:20:22 +11:00
parent 8010ad7359
commit d1c45a82e8
No known key found for this signature in database
GPG key ID: CC91589719027E94
3 changed files with 3 additions and 2 deletions

1
.stow-rename Normal file
View file

@ -0,0 +1 @@
config => .config

View file

@ -1,4 +1,4 @@
---
---
{% include_relative .local/bin/dots %}
{% include_relative local/bin/dots %}
# <style>body { white-space: pre-wrap; font-family: monospace; }</style>

View file

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