Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 2.01 KB

README.md

File metadata and controls

43 lines (36 loc) · 2.01 KB

essentials

Tools I rely on daily:

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: