aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
commitdea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch)
treef331ff92dc5fd26f5803b483a24a0a21fd9bb97a /readme.md
parentef5bfeb93345a5a681d88e99775622bf28defd8d (diff)
downloadalicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz
alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/readme.md b/readme.md
deleted file mode 100644
index 680ceda8..00000000
--- a/readme.md
+++ /dev/null
@@ -1,17 +0,0 @@
-![alicelinux](files/grimshot-240524-234840.png)
-
-**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