1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Information about Crystal Linux"/>
<link rel="stylesheet" href="./style.css" type="text/css" media="all"/>
<title>CrystalLinux(1)</title>
</head>
<body>
<script src="./antiChrome_Brave.js"></script>
<table class="head">
<tr>
<td class="head-ltitle">CrystalLinux(1)</td>
<td class="head-vol">General Commands Manual</td>
<td class="head-rtitle">CrystalLinux(1)</td>
</tr>
</table>
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
<table class="Nm">
<tr>
<td><code class="Nm">Crystal Linux</code></td>
<td>[crystal] <var class="Ar">arch based</var> <var class="Ar">easy to
use</var> <var class="Ar">linux distro</var></td>
</tr>
</table>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp"><code class="Nm">Crystal Linux</code> is an arch based linux
distro with it's own installer and package manager</p>
</section>
<section class="Sh">
<h1 class="Sh" id="Goals"><a class="permalink" href="#Goals">Goals</a></h1>
<p class="Pp"><code class="Nm">Crystal Linux</code> tries to bring modern linux
technologies to the average users while still being easy to use</p>
<p class="Pp"></p>
</section>
<section class="Sh">
<h1 class="Sh" id="Package_Management"><a class="permalink" href="#Package_Management">Package
Management</a></h1>
<p class="Pp"><code class="Nm">Crystal Linux</code> uses a pacman wrapper called
<b>ame</b> to install, remove, updated and search packages, however users
are still able to use pacman directly.</p>
<p class="Pp"></p>
<p class="Pp"><b>ame</b> is written in rust and is particularly fast with aur
packages since it builds multiple aur packages at once.</p>
<p class="Pp"></p>
<p class="Pp"><code class="Nm">Crystal Linux</code> also comes preinstalled with
flatpak.</p>
<p class="Pp"></p>
</section>
<section class="Sh">
<h1 class="Sh" id="Installing"><a class="permalink" href="#Installing">Installing</a></h1>
<p class="Pp"><code class="Nm">Crystal Linux</code> installs like any other
Distribution, you boot the live iso and launch the Installer.</p>
<p class="Pp">The installer, <b>Jade</b> <b>GUI</b> is a custom written
installer that uses libadwaita and gtk4 for the frontend, and the
<b>jade</b> as the backend.</p>
<p class="Pp"></p>
<p class="Pp">Once the user boots into crystal for the first time, they are
greeted with a first setup application that allows them to set up Flatpak,
install nvidia drivers and change the color scheme.</p>
<p class="Pp"></p>
</section>
<section class="Sh">
<h1 class="Sh" id="Desktop"><a class="permalink" href="#Desktop">Desktop</a></h1>
<p class="Pp"><code class="Nm">Crystal Linux</code> by defaul tuses <b>Onyx</b>,
a custom gnome session with extra extensions to make the experience more
familiar with other desktops or operating systems.</p>
<p class="Pp">If the User does not want to use <b>Onyx</b>, they can simly
select a different Desktop or Window Manager in <b>Jade</b> <b>GUI</b>.
These Desktops and Window Managers include vanilla GNOME, KDE, i3 and
sway.</p>
<p class="Pp"></p>
</section>
<section class="Sh">
<h1 class="Sh" id="See_Also"><a class="permalink" href="#See_Also">See
Also</a></h1>
<div class="Pp">
<a class="Lk" href="index.html"><b>axtlos</b>(7)</a>
<a class="Lk" href="specs.7.html"><b>Specs</b>(7)</a>
<a class="Lk" href="shards.1.html"><b>Project Shards</b>(1)</a>
<a class="Lk" href="lit.7.html"><b>Linux Immutability Tools</b>(1)</a>
</div>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">CC BY-SA 4.0</td>
<td class="foot-os">Nixpkgs</td>
</tr>
</table>
</body>
</html>
|