diff options
Diffstat (limited to 'macos/.local')
-rw-r--r-- | macos/.local/bin/launcher.org | 13 | ||||
l--------- | macos/.local/share/fonts | 1 |
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 |