DEV Community

Discussion on: Setting up a new dev machine

Collapse
 
marceloandrade profile image
Marcelo Andrade R.

In a brand new machine (almost always linux) first things to install are git and vim then I install my dotfiles github.com/marceloandrader/dotfiles then the password manager (pass), then start working and reviewing what do I need, things that I install during that time are docker, asdf (to install different versions of node, postgresql, mysql, php, elixir) then in each project just docker compose up -d to install dev dependencies.