Screenshot to clipboard on Mac
Screenshot to clipboard on Mac 01-14-2021 When capturing using Shift + Cmd + F4 in the touchbar you can select where you want to store the file it can be the clipboard Yeay! no more Desktop filled with dummy screenshots! …
Read more ⟶
Kitty terminal cheatsheet
Ctrl + Shift + T -> Open new tab
Ctrl + Shift + Q -> closes tab
Ctrl + Shift + (left or right) -> move between tabs
Ctrl + Alt + Shift + t -> set title of the tab
Ctrl + Shift + Enter -> Create a new window
Ctrl + Shift + l -> change layout…
Read more ⟶
NVM fast in mac
I normally use nvm to have multiple node versions, a lot of projects need older versions of node etc…
but nvm makes zsh load extreamly slow… and this just irritates me xD
here are the steps to install nvm, and configure it to load nvm not in the start of the shell, but only when we execute node.
credits to https://til-engineering.nulogy.com/Slow-Terminal-Startup-Tip-Lazy-Load-NVM/
Install nvm with brew brew install nvm configure nvm in your .…
Read more ⟶