From a5dc949c0292654f62eb82c88c6abf0ba01c5298 Mon Sep 17 00:00:00 2001 From: Spencer Nicholas Whitehead Date: Mon, 11 May 2026 09:37:23 -0400 Subject: [PATCH] Don't move files --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index fd837ff..7c60f73 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ #!/bin/sh mkdir $HOME/.gitignores -mv gitignores/* $HOME/.gitignores -mv gitignore ~/.local/bin +cp gitignores/* $HOME/.gitignores +cp gitignore ~/.local/bin