From 939d1fa0906d93fe7e52b9a8e35f456f66a7def5 Mon Sep 17 00:00:00 2001 From: Adam Hovorka Date: Sat, 12 Oct 2019 22:43:59 -0600 Subject: Rename dotfile updater script from dot to dotf Alleviates potential conflict with the `dot` graph drawing language --- base/dot | 5 ----- base/dotf | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100755 base/dot create mode 100755 base/dotf (limited to 'base') diff --git a/base/dot b/base/dot deleted file mode 100755 index c491cda..0000000 --- a/base/dot +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -cd $HOME/.dotfiles -git pull -./install `cat .dot.args` 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` -- cgit v1.2.3-70-g09d2