๐Ÿ“ฆ yanecc / Adelie-WSL

It's an out-of-the-box Adรฉlie distribution on Windows Subsystem for Linux (WSL), based on the Linux kernel and musl runtime library.

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching โš–๏ธ GNU General Public License v2.0
adeliecrystallinuxmuslwslwsl2zsh
๐Ÿ“ฅ Clone https://github.com/yanecc/Adelie-WSL.git
HTTPS git clone https://github.com/yanecc/Adelie-WSL.git
SSH git clone git@github.com:yanecc/Adelie-WSL.git
CLI gh repo clone yanecc/Adelie-WSL
Sunrise Sunrise Update README.md 955ce06 3 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Adelie-WSL

Introduction

It's an Out-of-the-box Adรฉlie distribution on Windows Subsystem for Linux (WSL), based on the Linux kernel and musl runtime library.You may also build .iso system images with the tools provided on the official website. Official Website: Original; New; Gitlab

Requirement

You should have enabled Microsoft-Windows-Subsystem-Linux(WSL), even better with VirtualMachinePlatform before install this distro on your Windows device. Download or decompress the latest Adelie distro from Release.

Usage

`` powershell wsl --import <DistroName> <DirToInstall> <FilePath> ` ## Example With .tgz file downloaded ` powershell wsl --import Adelie C:/Windows/System32/Adelie %USERPROFILE%/Downloads/Adelie-x64-1.0-rc2.tgz ` or with .tar file extracted ` powershell wsl --import Adelie C:/Windows/System32/Adelie %USERPROFILE%/Downloads/Adรฉlie.tar ``

Pre-installed packages

| Package | Version | | :---------: | :-----: | | crystal | 1.5.0 | | crystalline | 0.6.0 | | git | 2.29.2 | | gcc | 8.3.0 | | musl-dev | 1.2.0 | | nano | 4.9.3 | | ruby | 2.7.1 | | zoxide | 0.8.2 | | zsh | 5.8 |