Skip to content

Instantly share code, notes, and snippets.

View vietstone-ng's full-sized avatar
🎓

Viet Nguyen Tran vietstone-ng

🎓
View GitHub Profile
@vietstone-ng
vietstone-ng / nvmCommands.js
Created December 22, 2024 09:43 — forked from chranderson/nvmCommands.js
Useful NVM commands
// check version
node -v || node --version
// list locally installed versions of node
nvm ls
// list remove available versions of node
nvm ls-remote
// install specific version of node
@vietstone-ng
vietstone-ng / universal-switcher
Created May 3, 2024 15:50 — forked from jthodge/universal-switcher
Show macOS app switcher across all monitors
defaults write com.apple.Dock appswitcher-all-displays -bool true
killall Dock