Git Product home page Git Product logo

windows-for-developers's Introduction

Windows for Developers (Not Windows Developers)

This is a short description with solutions for every developer new on Windows coming from macOS or GNU/Linux. Sometimes you have to work on Windows as a developers because of company guidelines. So this description is for you.

Package Manager

On GNU/Linux distributions you have package manager by default on board (for example apt on debian) and you know how useful it is.

Also on macOS you have unofficial package managers like homebrew (short: brew) which are very good and useful since macOS has no official package manager.

So working on Windows as a developer you may be looking for a package manager on Windows and you're very lucky since there is a solution:

Chocolatey - The Package Manager for Windows

Installation

The installation is very easy. Just open a PowerShell as Administrator:

  1. Press Windows Key
  2. Enter "PowerShell"
  3. Right Click on "Windows PowerShell" and then "Start as Administrator"

Then run the following command:

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

After that you can start the Windows Command Shell (cmd.exe) and use the choco command.

Usage

The usage of choco command is also very easy and similar to the apt or brew command. I think the most important commands are search, info and install.

You can see all commands with:

choco -h or choco /?

Please keep in mind to start the Command Shell or PowerShell as Administrator when using Chocolatey.

Terminal

Besides the package manager the terminal is on of the most important tools of a developer coming from macOS or GNU/Linux.

On Windows there is the Command Shell (cmd.exe) and PowerShell (PowerShell.exe). But to me as a developer these command shells were not quite satisfying so I was looking for another solution.

Amazingly I found one good solution from Microsoft called Microsoft Terminal, which is currently a preview version:

Microsoft Terminal (Preview)

You can also install it using Chocolatey: choco install microsoft-windows-terminal

I primarily use it with the Windows-Subsystem for Linux (WSL) which is I think the easiest way to use Linux on Windows.

Windows-Subsystem for Linux

windows-for-developers's People

Contributors

arkadiusjonczek avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.