Index ¦ Archives > Category: Develop

NVM

NVM (Node Virtual Machine) is a version manager for node.js, designed to be installed per-user, and invoked per-shell

Install

sudo apt install curl wget tar
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
source ~/.zshrc

Usage

nvm ls-remote
nvm install x.y.z …

VSCodium

VSCodium is a community-driven, freely-licensed binary distribution of Microsoft’s editor VS Code.

Install

sudo flatpak install vscodium

Sandbox

sudo flatpak override com.vscodium.codium --filesystem=host-os

Settings.json

{
    "workbench.colorTheme": "Default Dark+",
    "window.menuBarVisibility": "toggle",
    "workbench.colorCustomizations": {
        "statusBar.background": "#303030",
        "statusBar.noFolderBackground": "#222225",
        "statusBar.debuggingBackground": "#511f1f"
    },
    "vscode-pets.position": "explorer …

© 2000-2022 by Daniel Pimentel (d4n1). Under MIT.