aboutsummaryrefslogtreecommitdiff
path: root/base/dotf
diff options
context:
space:
mode:
authorAdam Hovorka <[email protected]>2019-10-12 22:43:59 -0600
committerAdam Hovorka <[email protected]>2019-10-12 22:43:59 -0600
commit939d1fa0906d93fe7e52b9a8e35f456f66a7def5 (patch)
tree367d4937d90f3fd8e0a8b73bce1acd520bcc28b0 /base/dotf
parent10f93011492c06263043e9c7b4d91adf89a9ddb2 (diff)
Rename dotfile updater script from dot to dotf
Alleviates potential conflict with the `dot` graph drawing language
Diffstat (limited to 'base/dotf')
-rwxr-xr-xbase/dotf5
1 files changed, 5 insertions, 0 deletions
diff --git a/base/dotf b/base/dotf
new file mode 100755
index 0000000..c491cda
--- /dev/null
+++ b/base/dotf
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cd $HOME/.dotfiles
+git pull
+./install `cat .dot.args`