My Windows 7 programming setup!!

I like it a little too!! :D

Hwlo There!!!!!

So today I plan on sharing my Windows 7 programming setup!!

image.png

BUT HEY!!! Windows 7 is not good for anything let alone programming !! Its old, unsupported and bad!!!, you say...

But I have a reason!

I use a family computer and my family wants windows on the pc (for their work and all) and I can't install linux on it. I can't dual boot it, cuz the computer doesn't have much storage and they won't trust me for making changes like this. And windows 10 lags on our potato...

I plan on someday buying an external hard drive for installing linux on it and am saving.

So does it stop me from programming? NO! A BIG FAT NO!!!

So how do I program?

Ok So lets get started!!!

I like developing software for the desktop and am not a web dev so this will be accordingly.

Terminal:

CMDER:

So I use cmder a console/terminal for windows using the conemu terminal emulator and is my goto terminal.

Its a very nice little software I suggest every windows programmer to use!

image.png

Cmder is a software package created out of pure frustration over the absence of nice console emulators on Windows. It is based on amazing software, and spiced up with the Monokai color scheme and a custom prompt layout, looking sexy from the start.

~Cmder's official site

As it says, it has a lot of nice features:

A.

GIT Preinstalled(if you download the full package): You don't have to install git separately if you install the full package. It will have the GIT vcs preinstalled in the path for you.

image.png

B.

Preinstalled Bash : You get a preinstalled bash with it!! Bash which is an unix utility thats actually nice is installed with cmder. You get Bash and Mintty with it!! Due to this, you can easily run bash and unix commands in windows and run sh files from the terminal.

image.png

C.

Different consoles and easy switching: Since it uses a console emulator, you can use a variety of consoles and terminals with it:

image.png

  • WSL (If its windows 7 and you installed wsl)
  • Powershell
  • CMD
  • Bash : Bash and Mintty

D.

Ez Copy paste and select!!

image.png

E.

Nice and easy customization!!

image.png Settings tab ↑

image.png Changed Theme ↑

Code Editor:

So my main code editor is:

VSCODE:

Vscode is an open source code editor by Microsoft that can be easily extensible using extensions and can work like an ide with enough extensions!!

image.png

It looks good and works better! You can have almost everything inside it:

  • A Code editing area: I mean... Its necessary right? lol

image.png

  • A built-in terminal: For running and debugging the code and quick commands.

image.png

  • Autocomplete and intellisense: I mean thats something everyone wants lol!! Ok not everyone..

  • A lot of nice extensions for almost every language and many other things!!

image.png

image.png

I also use the chocolatey package manager and Microsoft edge as my main browser!!

I guess thats it for today!!!

image.png

BYE!!!