essentials
Extremely handy when you need it:
- duti - Programatically tell MacOS which app to open a given file extension with. I have a script that sets all the important ones for me (JS, JSX, TS, etc) that runs every time I install apps
- timezsh
timezsh() {
shell=${1-$SHELL}
for i in $(seq 1 10); do /usr/bin/time $shell -i -c exit; done
}
Keeping my eye on: