DEV Community

Discussion on: Running Scripts at Login MacOS

Collapse
 
tjex profile image
Tillman Jex

Unfortunately not working for me. Are any other strings user specific except for the path to script?

Collapse
 
snoozerio profile image
Aleksey Dolgiy

Did you figure a way to run shell script?

Collapse
 
tjex profile image
Tillman Jex

I think I did (I've since moved to linux), but I was then having problems with getting environment variables into the launch agent. If you're just wanting to avoid the problem from the actual post (ssh not remembering ssh credentials), then look at the UseKeychain and AddKeysToAgent configuration variables for ssh.

Thread Thread
 
snoozerio profile image
Aleksey Dolgiy • Edited

No, my problem is different. I want to start QMK HID Host automatically

Btw, thanks!