DEV Community

jgngo
jgngo

Posted on

Setup for New Machine

Things to install when setting up a new machine.

Windows

In PowerShell, you can quickly install software via scoop

irm get.scoop.sh | iex
scoop install git
scoop install 7zip
scoop bucket add extras
scoop install putty
scoop install nvm
scoop install vscode
Enter fullscreen mode Exit fullscreen mode

Desktop apps

  • Libreoffice
  • DBeaver

Oldest comments (0)