From 9d7a5edf03d2b2d58dd00829326531098640af4e Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 14 Apr 2024 12:38:03 -0500 Subject: [PATCH] Removed old todo --- install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.sh b/install.sh index cb1ec55..ce94d71 100755 --- a/install.sh +++ b/install.sh @@ -3,8 +3,6 @@ # Automated script to install my dotfiles # Clone dotfiles -# TODO make ~/.dotfiles path arbitrary and make all other scripts conform to this -# using SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) if [ -z "$1" ] then SCRIPT_DIR=$1