Ask HN: What to do after installing windows
A while back, I noticed that there was a massive list of stuff to do after installing windows (here on HN) -
Everything from installing code editors, to privacy tools and the like.
I tried searching but I'm unable to find that list.
11 comments
[ 3.3 ms ] story [ 37.9 ms ] threadInstall just tools you need for work. No more, no less. If you don't know about related tools, you probably don't need them at all.
Try https://chocolatey.org/ , it's kind of apt-get for windows. Still didn't try it myself though.
Somewhat related to this topic, I recently found this list of tips and tricks [6] for Windows 10 that I found pretty useful, even as a lifelong (by choice!) Windows user.
[0]: https://chocolatey.org
[1]: My Chocolatey install command is `cinst pscx firefox googlechrome 7zip vlc curl paint.net gimp cmder vim fiddler inkscape greenshot autohotkey nimbletext ffmpeg linqpad5 nugetpackageexplorer ilspy nvm yarn sudo visualstudiocode jq gow lockhunter openssh -y`
[2]: http://cmder.net/
[3]: https://nylas.com/
[4]: https://github.com/sindresorhus/caprine/
[5]: https://msdn.microsoft.com/en-us/commandline/wsl/install_gui...
[6]: https://www.reddit.com/r/Windows10/comments/3f48kd/windows_1...
http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-...
Then you can setup a great Linux VM and not have to worry about anything! (Sorta joking.)
# yum -y install epel-release xterm firefox
# yum -y install cinnamon*
# echo "exec /usr/bin/cinnamon-session" >> ~/.xinitrc
# startx
Oh yeah you mentioned code editors I recommend VIM, GEDIT, or Sublime Text 3 on Windows.