DEV Community

Cover image for What's the first thing you install on a fresh OS?
Madza
Madza

Posted on

What's the first thing you install on a fresh OS?

It would be VS Code, Node/NPM and Chrome for me.

What would be the first things you install?

Top comments (62)

Collapse
 
louislow profile image
Louis Low • Edited

I seldom fresh install OS on any of my machines. My best practice is just to keep one original clone image. If anything goes wrong to that machine. I just re-clone it. And straight away using the machine for work. The backup image has all the tools I need, including WinOS VM (Oracle Virtualbox).

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

either using linux or windows that will make your new cloned OS get back on the updates you had back those days, which means you'll last more time installing those updates than what you'll last from the beginning performing a clean install of all

Collapse
 
louislow profile image
Louis Low • Edited

@joelbonetr I still can reply to your deleted comment. So let me reply to you. I actually use a tool to backup user settings, user data, and installed packages with Lyft. The backup never containing the Linux OS. After I fresh clone the hard drive, I just run the Linux distribution migration tool. The system will be the same as last time. But the Linux OS is a brand new one. Everything is automated. Magic!

Thread Thread
 
joelbonetr profile image
JoelBonetR 🥇

Hey @loouislow , there's no deleted comment here (I usually edit comments for typos as I don't use English on my day a day except from here and other blogs) and my opinion still the same, I usually format the OS when something break up so I prefer to clean install all the things (that's about half an hour) instead.
Nice to know that tool and thanks for sharing, it could be useful for other people :)

Thread Thread
 
louislow profile image
Louis Low • Edited

Same here.

Ohhh... I finally get it. I was blocking you @joelbonetr by accident. That's why...

screenshot

Thread Thread
 
joelbonetr profile image
JoelBonetR 🥇 • Edited

? this thread is a bit weird and don't know where it comes 😆 😆 😆

Thread Thread
 
louislow profile image
Louis Low

Thanks for the sarcasm, I love the gift. (kiss)

Collapse
 
radualexandrub profile image
Radu-Alexandru B • Edited

Welp, this is a good question to make me build a to-do list when installing a fresh OS (Windows). So here it goes:

Damn, I didn't realize I use so many programs, although I think I still miss some... Hope someone finds this list interesting enough :).

Collapse
 
madza profile image
Madza

Awesome tools there 👍👌

Collapse
 
michaelcurrin profile image
Michael Currin • Edited
  1. Firefox
  2. Install Python, Node.js, curl, vs code etc. through APT (linux) using my install script - install.sh. Or my brew packages list for macOS.
  3. Setup git SSH access

michaelcurrin.github.io/os-genesis...

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited
  • VSCode (I feel that Codium is never as good as Code).
  • NVM (or Nodist), and Node.js inside it.
  • Pyenv, and Python 3 inside it -- No more Python 2 lock in issues for macOS
  • Brave browser, or Chrome -- because they have Sync
  • Bitwarden -- because of Sync, also
  • If macOS, installing Xcode sooner is better than later + first run to accept agreements.

I also wrote a post about clean macOS reformat in the past. (I've done it a lot, because my 128GB MacBook Air is often full.)

polv.cc/post/2019/11/clean-install...

Collapse
 
jonrandy profile image
Jon Randy 🎖️

Firefox has sync

Collapse
 
hrishio profile image
Hrishi Mittal

Google Chrome. And then a whole bunch of things I need for development. I wrote a gist a while ago so that I don't forget anything when I setup a new machine - gist.github.com/hrishimittal/7fd25...

Collapse
 
thefern profile image
Fernando B 🚀

I just run a script and let it do its magic New Install Ubuntu, sample of doing this on windows with chocolatey Win10

First things I need are text editor, and my terminal setup with fish.

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
catalinradoi profile image
CatalinRadoi

Windows has Night Light included now.

Start > Night Light

Collapse
 
madza profile image
Madza

I like the tool too, must-have for the eyes 👌👍

Collapse
 
igor_brussolo profile image
Igor Brussolo 🕷️🏳️‍🌈

On Windows:

Collapse
 
madza profile image
Madza

do you use both as well (npm and yarn)? 👀

Collapse
 
igor_brussolo profile image
Igor Brussolo 🕷️🏳️‍🌈

NPM comes with Node, but I prefer Yarn, it is much easier to avoid errors with package updates.

Collapse
 
bbrizzi profile image
Benjamin Brizzi

On Windows computers : Ninite - ninite.com/

Don't know if there's an equivalent for Mac ?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

Homebrew or Chocolatey should make it easy for updating?

Collapse
 
madza profile image
Madza • Edited

I do use ninite as well, super time-saving tool 👌👍
I only wish they would add more free dev tools there 😉

Collapse
 
saintlaw profile image
Lawrence O. Peters

Well the first thing you need to install on a fresh OS are those things you need to get your job running smoothly and perfect. For me it will be VS19, DotNetFrameWorkCore, Sql-Server, Edge browser, VsCode and Sublime Text

Collapse
 
kantord profile image
Daniel Kantor

My dotfiles repo has an install script. It's essentially a "package.json" for Arch packages. So I generally install git first, so that I can clone this repo and run the install script, which sets up all the applications I use, including dotfiles

Collapse
 
catalinradoi profile image
CatalinRadoi
  • Chrome - to test websites
  • IceDragon - for browsing (Firefox)
  • Visual Studio (I have Windows, I write C#, I don't need VS Code, VS is much much better :p)
  • Azure Data Studio (I am not using SQL Management Studio anymore)
  • 7Zip
  • Notepad++
  • Steam & Epic Store (For games)
Collapse
 
bramleydev profile image
Anthony Bramley

Every time I degunk my Win10 and wipe my drive, my first installation is either the upgraded Microsoft Edge (why does it still ship with the default version?) or Visual Studio. Then I add a bunch of other crap that I really don't need and then in a couple months I'll just start fresh again.

Collapse
 
mccurcio profile image
Matt Curcio

The version of Linux I use comes with Firefox so I don't need Google.
I usually go for R-cran and RStudio then Anaconda.
Then a ton of tools after that; git, keepassx, calibre for books, Gimp, Slack, dropbox, etc.

Collapse
 
paraspl01t profile image
Tushar Tyagi

Chrome, Firefox, VSCode