aboutsummaryrefslogtreecommitdiff
path: root/macos/.local
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-10-01 17:42:59 -0500
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-10-01 17:42:59 -0500
commit7b0ea5cbdaaa5b8392777ad207c74cb27411eab1 (patch)
tree37a3438116ec3c84663133c820808ad9e2acf021 /macos/.local
parent7a347653dfad8c6c33791f7e72a4ec40b8230ac3 (diff)
the big refactor
Diffstat (limited to 'macos/.local')
-rw-r--r--macos/.local/bin/launcher.org13
l---------macos/.local/share/fonts1
2 files changed, 0 insertions, 14 deletions
diff --git a/macos/.local/bin/launcher.org b/macos/.local/bin/launcher.org
deleted file mode 100644
index f74d094..0000000
--- a/macos/.local/bin/launcher.org
+++ /dev/null
@@ -1,13 +0,0 @@
-#+title: Application Launcher Script
-
-Search several locations for applications with =choose=.
-#+begin_src sh :tangle ~/.local/bin/launcher :mkdirp yes :tangle-mode o755
- #!/bin/sh
- app="$(ls /Applications/ /Applications/Utilities/ /System/Applications/ /System/Applications/Utilities/ ~/Applications/ | grep '\.app$' | sed 's/\.app$//g' | choose -f "SauceCodePro Nerd Font" -s 15 -b ece0c9).app"
-#+end_src
-
-Try opening the app in each location.
-#+begin_src sh :tangle ~/.local/bin/launcher :mkdirp yes :tangle-mode o755
- open -n "$HOME/Applications/$app" || open -n "/Applications/$app" || open -n "/System/Applications/Utilities/$app" || open -n "/System/Applications/$app" || open -n "/Applications/Utilities/$app"
-
-#+end_src
diff --git a/macos/.local/share/fonts b/macos/.local/share/fonts
deleted file mode 120000
index 9ab89c4..0000000
--- a/macos/.local/share/fonts
+++ /dev/null
@@ -1 +0,0 @@
-../../../common/.local/share/fonts \ No newline at end of file