0

I have a MyMacVim.command file with this content:

source ~/.zshrc
/Applications/MacVim.app/Contents/bin/mvim 

Is it possible to create an app, say MyMacVim.app, from MyMacVim.command that I can place in my Application folder and use it as an ordinary app? If so, how?

Barzi2001
  • 131
  • 1
    The answer to your actual question is here: https://github.com/b4winckler/macvim/wiki/Troubleshooting#for-zsh-users – Marc Wilson Dec 10 '22 at 17:06

1 Answers1

-1

This similar question has an answer that should work, which is to use Automator to wrap your command up in an app bundle.

Another option which allows for more flexibility (drag and drop, custom icon, URI handlers...) is Platypus.

luckman212
  • 2,920
  • If a question can be answered by an answer in another question you should not lkink to the other question but rather vote to close the new question as a duplicate – mmmmmm Dec 10 '22 at 12:34