From 7b0ea5cbdaaa5b8392777ad207c74cb27411eab1 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Tue, 1 Oct 2024 17:42:59 -0500 Subject: the big refactor --- macos/.local/bin/launcher.org | 13 ------------- macos/.local/share/fonts | 1 - 2 files changed, 14 deletions(-) delete mode 100644 macos/.local/bin/launcher.org delete mode 120000 macos/.local/share/fonts (limited to 'macos/.local') 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 -- cgit v1.2.3