From 0d05e783c81b340e0719874c2fcf6ab36d9081eb Mon Sep 17 00:00:00 2001 From: Hericium VEVO Date: Sat, 15 Apr 2023 22:05:14 +0000 Subject: [PATCH] Update README.md --- README.md | 49 ++++++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index a43e29f..0b7addf 100755 --- a/README.md +++ b/README.md @@ -8,104 +8,107 @@ Jade is an installer backend for crystal linux. ### Autopartition the drive ```sh # autopartition /dev/sda with efi enabled -$ crystal-jade partition auto /dev/sda --efi +# crystal-jade partition auto /dev/sda --efi # autopartition /dev/nvmen0 with efi disabled -$ crystal-jade partition auto /dev/nvmen0 +# crystal-jade partition auto /dev/nvmen0 ``` ### Install base packages ```sh -$ crystal-jade install-base +# crystal-jade install-base ``` ### Install bootloader ```sh # install as efi with esp being /boot/efi -$ crystal-jade bootloader grub-efi /boot/efi +# crystal-jade bootloader grub-efi /boot/efi # install as legacy on /dev/sda -$ crystal-jade bootloader grub-legacy /dev/sda +# crystal-jade bootloader grub-legacy /dev/sda ``` ### Generate fstab ```sh -$ crystal-jade genfstab +# crystal-jade genfstab ``` ### Configuring locale settings ```sh # set the keyboard layout to colemak, the timezone to Europe/Berlin and set en_US.UTF-8 as the locale -$ crystal-jade locale colemak Europe/Berlin en_US.UTF-8 UTF-8 +# crystal-jade locale colemak Europe/Berlin en_US.UTF-8 UTF-8 ``` ### Configure network settings ```sh # set the hostname to getcryst.al with ipv6 disabled -$ crystal-jade networking getcryst.al +# crystal-jade networking getcryst.al # set the hostname to getcryst.al with ipv6 enabled -$ crystal-jade networking getcryst.al --ipv6 +# crystal-jade networking getcryst.al --ipv6 ``` ### Setup zramd ```sh # install and enable zramd -$ crystal-jade zramd +# crystal-jade zramd ``` ### Configure users ```sh # make a new user called nonRootHaver, without sudo, easytohack as the password and bash as the default shell -$ crystal-jade users new-user nonRootHaver easytohack bash +# crystal-jade users new-user nonRootHaver easytohack bash # make a user called rootHaver, with sudo, omgsosuperhardtohack as the password and fish as the default shell -$ crystal-jade users new-user rootHaver omgsuperhardtohack fish --hasroot +# crystal-jade users new-user rootHaver omgsuperhardtohack fish --hasroot ``` ### Set root password ```sh # set the root password to 'muchSecurity,veryHardToHack' -$ crystal-jade users root-password muchSecurity,veryHardToHack +# crystal-jade users root-password muchSecurity,veryHardToHack ``` ### Install a desktop environment ```sh # install onyx -$ crystal-jade desktops onyx +# crystal-jade desktops onyx # install gnome -$ crystal-jade desktops gnome +# crystal-jade desktops gnome ``` ### Setup timeshift ```sh -$ crystal-jade setup-timeshift +# crystal-jade setup-timeshift ``` ### Setup flatpak ```sh -$ crystal-jade flatpak +# crystal-jade flatpak ``` ### Debug logging debug messages: ```sh -$ crystal-jade -v +# crystal-jade -v ``` traces: ```sh -$ crystal-jade -vv +# crystal-jade -vv ``` ## Non-secret Secret -echo "$ crystal-jade_UWU=true" >> ~/.zshrc
-echo "$ crystal-jade_UWU=true" >> ~/.bashrc
-set -Ux $ crystal-jade_UWU true
-
+$ echo "crystal-jade_UWU=true" >> ~/.zshrc + +$ echo "crystal-jade_UWU=true" >> ~/.bashrc + +$ set -Ux crystal-jade_UWU true + + if you want to have your log and crash output be โ€œcuteโ€ ## ๐Ÿ™Œ Contributing