diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-02-28 22:53:30 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-02-28 22:53:30 +0800 |
| commit | 9a5c52ca0ef1b2d82f7d87b27bf957b97c6bf711 (patch) | |
| tree | d36e214338ef0d146ceab51ae835dd5cb58bf262 /readme.md | |
| parent | 366a5b947f96acd519bb35fbb7b1b794ded85699 (diff) | |
| download | alicelinux-9a5c52ca0ef1b2d82f7d87b27bf957b97c6bf711.tar.gz alicelinux-9a5c52ca0ef1b2d82f7d87b27bf957b97c6bf711.zip | |
updated website
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 00000000..b90802ab --- /dev/null +++ b/readme.md @@ -0,0 +1,18 @@ + + + +**Alice Linux** is my personal daily driver minimal distro that used [Clang/LLVM](https://www.llvm.org/) as main C compiler, [musl](https://musl.libc.org/) as main standard libc library, [libressl](https://www.libressl.org) as main SSL/TLS and cryptographic libraries, [busybox](https://www.busybox.net/) as main core utilities, package manager written in POSIX shell script, [Wayland](https://wayland.freedesktop.org/) as the gui server and trying to be minimal, lightweight and usable as possible. + +- no systemd +- no PAM +- no polkit +- clang/llvm instead of gcc/binutils +- musl instead of glibc +- busybox instead of coreutils/util-linux/etc +- busybox's runit instead of systemd/openrc/etc +- libudev-zero instead of udev/eudev +- gettext-tiny instead of gettext +- mandoc instead of man-db +- doas instead of sudo +- wayland instead of Xorg +- libressl instead of openssl |