Giter Club home page Giter Club logo

bootstrap-windows's Introduction

bootstrap-windows

Stuff related to getting Windows set up

Windows Terminal

Install

Download Microsoft.VCLibs.x64.14.00.Desktop.appx from here.

Open Powershell as admin, run:

Add-AppxPackage .\Microsoft.VCLibs.x64.14.00.Desktop.appx 

Then: choco install microsoft-windows-terminal

Customize

If you want the firacode font, do this in powershell: choco install firacode

See my settings.json for an example of further customizations. Some of them borrowed from this file.

WSL

Install

Open Powershell as admin and run: wsl --install

Map Network Drives

After mapping network drives to drive letters in Windows, mount them in WSL:

will@spacewalk:/mnt$ ls
c  d  wsl
will@spacewalk:/mnt$ sudo mkdir /mnt/s
will@spacewalk:/mnt$ sudo mkdir /mnt/m
will@spacewalk:/mnt$ sudo mount -t drvfs S: /mnt/s
will@spacewalk:/mnt$ sudo mount -t drvfs M: /mnt/m
will@spacewalk:/mnt$ ls
c  d  m  s  wsl
will@spacewalk:/mnt$

rsync

Some various rsync commands I've run from WSL to get a more reliable file copy than Windows Explorer:

rsync -Pavr /mnt/s/client_bk/vhs_project /mnt/c/Users/Will/Desktop

License

Distributed under the MIT License. See LICENSE for more information.

bootstrap-windows's People

Contributors

willquill avatar

Watchers

 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.