summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/insinuate-dotfiles5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/insinuate-dotfiles b/bin/insinuate-dotfiles
index 2d4d0f91..5804a24c 100755
--- a/bin/insinuate-dotfiles
+++ b/bin/insinuate-dotfiles
@@ -50,10 +50,11 @@ tar -C"$temp/.." -zcf - "$(basename $temp)" \
| ssh "$1" 'tar --strip-components=1 -Csrc/dotfiles -zxf -'
rm -rf "$temp"
+# stow dotfiles into $HOME
+ssh "$1" "sh src/dotfiles/bin/bstraph"
+
# copy my gpg key over there so I can use `mr up` to update dotfiles
if ssh "$1" which gpg >/dev/null; then
gpg --export-options export-minimal --export spwhitton@spwhitton.name \
| ssh "$1" gpg --import
fi
-# stow dotfiles into $HOME
-ssh "$1" 'sh src/dotfiles/bin/bstraph'