From 867024731c27e8b4ec36ee104f4f8de7c96b5c04 Mon Sep 17 00:00:00 2001 From: Emmet Date: Mon, 8 Apr 2024 18:11:45 -0500 Subject: [PATCH] Add todo note for convenience script improvements --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index f8993a0..8fa92e3 100755 --- a/install.sh +++ b/install.sh @@ -3,6 +3,8 @@ # 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 ) nix-shell -p git --command "git clone https://gitlab.com/librephoenix/nixos-config ~/.dotfiles" # Generate hardware config for new system