Update dots to handle the new renaming stuff
This commit is contained in:
parent
8010ad7359
commit
d1c45a82e8
3 changed files with 3 additions and 2 deletions
1
.stow-rename
Normal file
1
.stow-rename
Normal file
|
@ -0,0 +1 @@
|
||||||
|
config => .config
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
---
|
---
|
||||||
{% include_relative .local/bin/dots %}
|
{% include_relative local/bin/dots %}
|
||||||
# <style>body { white-space: pre-wrap; font-family: monospace; }</style>
|
# <style>body { white-space: pre-wrap; font-family: monospace; }</style>
|
||||||
|
|
|
@ -7,7 +7,7 @@ bootstrap() {
|
||||||
if ! hash stow 2>/dev/null; then
|
if ! hash stow 2>/dev/null; then
|
||||||
echo 'GNU Stow is not installed, fetching it...' >&2
|
echo 'GNU Stow is not installed, fetching it...' >&2
|
||||||
clone-one stow || return $?
|
clone-one stow || return $?
|
||||||
STOW=$DOTFILES/stow/.local/bin/stow
|
STOW=$DOTFILES/stow/local/bin/stow
|
||||||
fi
|
fi
|
||||||
|
|
||||||
clone dots git vim zsh || return $?
|
clone dots git vim zsh || return $?
|
Loading…
Reference in a new issue