Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/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.
https://gitlab.com/yanecc/Adelie-WSL
Adelie WSL2 crystal linux musl nano wsl zoxide zsh
Last synced: 22 days ago
JSON representation
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.
- Host: gitlab.com
- URL: https://gitlab.com/yanecc/Adelie-WSL
- Owner: yanecc
- License: gpl-2.0
- Created: 2022-07-21T15:35:40.517Z (over 2 years ago)
- Default Branch: main
- Last Synced: 2024-07-29T20:32:29.908Z (4 months ago)
- Topics: Adelie, WSL2, crystal, linux, musl, nano, wsl, zoxide, zsh
- Stars: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://oldwww.adelielinux.org/); [New](https://www.adelielinux.org/); [Gitlab](https://git.adelielinux.org/adelie)
## 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](https://github.com/18183883296/Adelie-WSL/releases).## Usage
``` powershell
wsl --import
```## 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 |