summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-02-21 19:04:25 -0500
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-02-21 19:04:25 -0500
commit0e1d6afdcb06a76ea700cfbf044af1a9500f8399 (patch)
tree7bb81406935f3814265182441d207a60ff93a95d
parent8fbe271a6b563756dbe5a4e59459e3ed722ee9e9 (diff)
refactor!: Run Script to clone notes removed
The run script to clone and setup the notes repo removed. The repo was private and no longer exists.
-rwxr-xr-xold/notes6
1 files changed, 0 insertions, 6 deletions
diff --git a/old/notes b/old/notes
deleted file mode 100755
index d667961..0000000
--- a/old/notes
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/zsh
-
-source $HOME/personal/dotfiles/util
-
-git clone git@github.com:JacobMcDonnell/notes.git $target/notes
-