diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-02-21 19:04:25 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-02-21 19:04:25 -0500 |
| commit | 0e1d6afdcb06a76ea700cfbf044af1a9500f8399 (patch) | |
| tree | 7bb81406935f3814265182441d207a60ff93a95d /old/notes | |
| parent | 8fbe271a6b563756dbe5a4e59459e3ed722ee9e9 (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.
Diffstat (limited to 'old/notes')
| -rwxr-xr-x | old/notes | 6 |
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 - |
