DEV Community

Discussion on: Setting up a new dev machine

Collapse
 
hnrq profile image
Henrique Ramos

The first thing I install is chezmoi and I apply my dotfiles using:

sh -c "$(curl -fsLS chezmoi.io/get)" -- init --apply $GITHUB_USERNAME
Enter fullscreen mode Exit fullscreen mode

and then I install VSCode.