Skip to content

sleithdylan/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Personal development environment for Windows and Unix-based systems (WSL/Linux/MacOS).

WSL2

Installing WSL2

  1. Open PowerShell

  2. Install WSL2:

    wsl.exe --install

    List the available Linux distros: wsl.exe --list --online

Unregister Linux distro

  1. Open PowerShell

  2. List all distros:

    wsl.exe --list --verbose
  3. Unregister (destroy) distro:

    wsl --unregister <Distro, e.g: Ubuntu>

Scripts

Installation for Windows

Automates the installation of essential dev tools and GUI applications using PowerShell.

Usage:

Set-ExecutionPolicy Bypass -Scope Process -Force; .\scripts\init.ps1

Make sure you are running PowerShell as Administrator before running the script!

Installation for WSL/Linux/MacOS

Automates the installation of essential dev tools and GUI applications using apt or Homebrew, depending on your OS.

Usage:

sudo chmod +x scripts/init.sh && ./scripts/init.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published