summaryrefslogtreecommitdiff
path: root/bin/insinuate-dotfiles
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-02 10:40:07 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-02 10:40:07 -0700
commit5e5cb05c8498d457489988adae647ceb65df01d5 (patch)
treeb9736c76f62a6486be7190732de6109b688fe7af /bin/insinuate-dotfiles
parent2829c6d639a29548e4616bcfa8c0c93207f7a83e (diff)
downloaddotfiles-5e5cb05c8498d457489988adae647ceb65df01d5.tar.gz
update comment
Diffstat (limited to 'bin/insinuate-dotfiles')
-rwxr-xr-xbin/insinuate-dotfiles9
1 files changed, 4 insertions, 5 deletions
diff --git a/bin/insinuate-dotfiles b/bin/insinuate-dotfiles
index 3f65e2b8..6cc5e5a4 100755
--- a/bin/insinuate-dotfiles
+++ b/bin/insinuate-dotfiles
@@ -19,11 +19,10 @@
-# Intended for machines on which I don't have root -- otherwise I'd
-# just use propellor. Possible additional functionality would be to
-# do an update of what's already there, but this will be much slower
-# over sshfs than the following, which should copy files in just one
-# direction
+# Replacement for COM.SILENTFLAME.CONSFIG::DOTFILES-INSINUATED for when I
+# can't access my consfig locally. Possible additional functionality would be
+# to do an update of what's already there, but this will be much slower 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,