Windows is the most popular desktop & laptop OS, love it or hate it, lots of programmers run this OS.
The reasons may be various, but I like...
For further actions, you may consider blocking this person and/or reporting abuse
Thanks for sharing this 👍 Allow me to add to this compilation:
1) Microsoft PowerToys github.com/microsoft/PowerToys a bundle of tools,one uses wox under the hood and other tools for productivity like color picker, image resize, bulk file rename, window layout arrange on your screen and a couple more feats. You can disable the tools you don't want to use.
2) Another terminal alternative I used for a while is github.com/Eugeny/terminus (it is an elecron app like Hyper, with some more features). Lately I've been just using Windows Terminal because it's as simple as I need it to be and lighter on resource usage (not an electron app), which improves battery perfomance if you're on a laptop.
Cheers 🙌
Great additions, thanks!
If you're looking for Windows-compatible CLI alternatives to popular *nix tools, I have a list I try to keep updated as I find stuff:
git.fromouter.space/Hamcha/stuff/s...
Cool!
I remember trying WSL on my Win 10 (16299) and it being an absolute nightmare to make some things work. I ended up using homestead and, later on, a VM running Ubuntu. (Sloower, but no compatibility issues.)
People say WSL2 is better, but I have to update my OS, and I worked in IT for 20+ years. Believe me when I say that OS upgrades in Windows are a Pandora's box. If you have a version that works, stay on it as long as you can.
On the other hand, I just got a new laptop with the latest W10 pre-installed, so I might give it another try... I will definitely not waste a day or two in reinstalling my main machine just to try WSL2.
I definitely will take a look at Cmder and Wox, which I didn't know. Thanks for the tip!!!
Not me. For some things WSL2 is better than WSL1, but for a lot of things it is worse.
WSL2 is very different from WSL, WSL they try to emulate linux. WSL2 is a proper linux system running in a container.
I made the transition from macOS and Apple Wall Garden when Surface Pro 4 came out, as I became more fond of highly portable, multi-purpose form factor of Surface Pro devices. Naturally, I tried A LOT to get fedora - my GNU/Linux distro of choice - to run on SP4 but in early days of SP4 almost nothing worked. Although I tried fedora on SP4 again with fedora 32, and it covered almost everything about it, except for touch and pen input. That had left me little more lean towards focusing on making Windows my perfect dev OS and eventually I found that Windows 10 is really making the promises it claimed, especially with first-level support for node, python, docker, and later WSL2 which brought even better DX for docker and cross-platform development and testing.
I have a weaker windows 10 laptop I got from a friend. I started setting up some development environment stuff in it for this specific reason. I'm going to probably take some of these tips and check em out.
I'm planning on building a new computer (primarily for gaming), and it was going to dual boot with Linux. However if I can get the windows development side to work well enough, I might focus on dual booting later.
Thank you for introducing Wox to me as well. Turning off Windows Indexing improved the system speed. I use and love Cmder for many years, the speed is getting better with each update. For VScode Integrated Terminal I just use the bash from cmder. What are the advantages of using cmder instead?
Thanks for the nice article, Cmder is also my go-to terminal for many years and I currently integrate it within windows terminal, functionality is similar but I do like the looks/configurations on windows terminal more lol.
As WSL2 when using Docker desktop with wsl2 backend is so much better than hyper-v especially the startup time and we are also able to access docker directly from both wsl or host machine. The only thing I don't like about windows is that some libs/tools is not available, like jsonnet.
Thank you for talking about Cmder !
It has been my go-to console on Windows for a while and I don't plan on changing any time soon !
I have an interesting alternative to Wox, Microsoft's PowerToys Run !
It's included in Power Toys, an open-source utilities bundle.
Power Toys is available on Chocolatey to make easy to install/update.
It comes with other cool stuff, such as a Keyboard Manager and File Explorer add-ons !
EDIT: Turns out PowerToys is partly based on Wox...
The more you know !
thanks for sharing, will check them out!
I'm a Windows fan with one exception, they fractured their dev environment so badly I refuse to take Wpf or Winforms jobs any longer. It's pretty sad that developing desktop apps is such a fail now. Funny but maybe Electron is the answer. I know we can do Win32 stuff in C++ but some of us can't stand C++.
Hi Alex, thank you for your post.
I would like to know what tool you use to make those keyboard shortcuts you type to show up on your screen?
Not sure, I took the Gif from the Wox GitHub repo:
github.com/Wox-launcher/Wox
Okay. Thanks for your post anyways!!
It looks like it is Carnac
Really nice article!
A good alternative to Wox would be Keypirinha. I personally use this and find it really powerful.
Keypirinha..lol. Some fans of the Brazilian Drink i guess. Thank you for the suggestion.
Haha xD. Yes, they've even documented it on their website.
Thanks for the article, Alex. About the console, Cmder is a good option but my current perfect setup is Powershell 7 with Oh MY Posh to customize the color scheme.
I have always been a Windows fan and user. I have been developing and coding on windows for 13 years now. Absolutely love it.
Thank you for introducing me to Wox, I had an incident a few months ago where indexing too much of my code caused windows explorer to have issues
My pleasure!
Thanks, this is one of the best guides on windows dev setup.
This is a amazing article. Thanks!!!