install.fairie/home/dot_local/bin/symlink_idea.sh.tmpl

5 lines
210 B
Cheetah
Raw Normal View History

2023-12-23 03:13:35 -08:00
{{- if (eq .host.distro.family "darwin") -}}
/Applications/IntelliJ\ IDEA\ CE.app/Contents/MacOS/idea
{{- else if eq .host.distro.family "linux" -}}
/snap/intellij-idea-community/current/bin/idea.sh
2023-11-06 02:03:30 -08:00
{{- end -}}