Howdy y'all! \ʕ •ᴥ•ʔ/
I decided I'd have one of those "tech" weekends where I get all my tech in order 😅 A big part of this was getting my machines onto Big Sur
with a blank slate and revisiting what things I install etc.
For the last few years, I've been using Kody which is something I built with Node. It's one of those "If it ain't broke, don't fix it" kinda things. It works great but once I saw "ScriptKit", that was kinda the thing I envisioned those years ago. The GUI part is a bonus!
Enough ramble. How did it go? What's my process?
bin
files. Perhaps there is an automated way for me to do this. Who am I kidding? Of course there is, this is ScriptKit. But, I didn't know if there was an API I could tap into to say "Hey! Here's my scripts I brought with me. Can you hook them up to bin please?"
8a. Make a couple of tweaks to cli
. Expose basename
from path
and rm
from shelljs
. Expose iterm
as a global for CodePen script..zshrc
😅I'm thrilled it works. My scripts are a little "rough" around the edges 😅
But, as a POC, it works! And this saved me hours of doing this myself and remembering things I install or set up. Migrating what I had already wasn't much hassle at all.
I've had some thoughts too about ways I could make this easier to sync what I'm using too.
Another note. The file selector didn't work for me still 🤔 I'm not sure what's going on there.
This was great fun to put together and was totally worth spending the time on to get my tech in order 💪
Thanks @johnlindquist 🙏 Keep up the great work!