From 8df97bf40942bc004727652072ac8cd2147011bd Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:03:30 +0000 Subject: [PATCH] Added link to idea.sh --- home/dot_local/bin/executable_idea.sh.tmpl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 home/dot_local/bin/executable_idea.sh.tmpl diff --git a/home/dot_local/bin/executable_idea.sh.tmpl b/home/dot_local/bin/executable_idea.sh.tmpl new file mode 100644 index 00000000..203b21c4 --- /dev/null +++ b/home/dot_local/bin/executable_idea.sh.tmpl @@ -0,0 +1,3 @@ +{{- if and (eq .host.distro.family "darwin") (stat "/Applications/IntelliJ IDEA CE.app/Contents/MacOS/idea") -}} +/Applications/IntelliJ IDEA CE.app/Contents/MacOS/idea +{{- end -}} \ No newline at end of file