summaryrefslogtreecommitdiff
path: root/bin/insinuate-dotfiles
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-06-03 13:56:16 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-06-03 13:56:16 -0700
commit20d7a507973c4c8d1d30be72eb4e2eb56de86227 (patch)
tree662326cb0e21e280b738f6b9cf719758169c0c96 /bin/insinuate-dotfiles
parent42c39b4116010751754745c23f61aff546154cb0 (diff)
downloaddotfiles-20d7a507973c4c8d1d30be72eb4e2eb56de86227.tar.gz
comment
Diffstat (limited to 'bin/insinuate-dotfiles')
-rwxr-xr-xbin/insinuate-dotfiles7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/insinuate-dotfiles b/bin/insinuate-dotfiles
index e6a0947f..3f65e2b8 100755
--- a/bin/insinuate-dotfiles
+++ b/bin/insinuate-dotfiles
@@ -25,6 +25,13 @@
# over sshfs than the following, which should copy files in just one
# direction
+# Enhancement: When don't have git on remote and src/dotfiles does not
+# exist, copy over .bashrc, .inputrc, .shenv, .emacs.d and maybe more,
+# unconditionally (i.e. overwrite what's there, in case want to update
+# to a newer version). Maybe confirm that I want to do that before
+# copying, in case what I would prefer is just to go and install git
+# on the remote machine.
+
set -e
. $HOME/.shenv