Skip to content

Instantly share code, notes, and snippets.

@zenkhas
zenkhas / cloudSettings
Last active July 24, 2020 11:06 — forked from CyberPunkCodes/killadobe.sh
Mac Bash script to kill Adobe Create Cloud and other processes that Adobe forces on us.
{"lastUpload":"2020-07-24T11:06:08.188Z","extensionVersion":"v3.4.3"}
@zenkhas
zenkhas / nvmCommands.js
Created June 16, 2022 15:20 — forked from chranderson/nvmCommands.js
Useful NVM commands
// check version
node -v || node --version
// list installed versions of node (via nvm)
nvm ls
// install specific version of node
nvm install 6.9.2
// set default version of node