From d1139a9aa8269733ca489343c8f2c2b0d9e2a1a1 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Tue, 23 Jul 2024 02:48:45 +0700 Subject: [PATCH] feat(archlinux): add zsh --- docs/2022-12-25-archlinux.html | 24 +++++++++++++++++------- posts/2022-12-25-archlinux.md | 6 +++++- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/docs/2022-12-25-archlinux.html b/docs/2022-12-25-archlinux.html index 2d48dbd..21e3caa 100644 --- a/docs/2022-12-25-archlinux.html +++ b/docs/2022-12-25-archlinux.html @@ -308,6 +308,9 @@ pacstrap -K /mnt btrfs-progs # LVM (optional) pacstrap -K /mnt lvm2 +# zsh (optional) +pacstrap -K /mnt zsh + # Text editor pacstrap -K /mnt neovim @@ -607,13 +610,20 @@ useradd -m -G wheel -s /usr/bin/zsh -c " # Set password passwd joker -

- systemd-homed (optional if no useradd before): -

+
systemctl enable systemd-homed.service
 
diff --git a/posts/2022-12-25-archlinux.md b/posts/2022-12-25-archlinux.md
index f3a9832..03f8a7b 100644
--- a/posts/2022-12-25-archlinux.md
+++ b/posts/2022-12-25-archlinux.md
@@ -132,6 +132,9 @@ pacstrap -K /mnt btrfs-progs
 # LVM (optional)
 pacstrap -K /mnt lvm2
 
+# zsh (optional)
+pacstrap -K /mnt zsh
+
 # Text editor
 pacstrap -K /mnt neovim
 ```
@@ -312,7 +315,8 @@ useradd -m -G wheel -s /usr/bin/zsh -c "The Joker" joker
 passwd joker
 ```
 
-[systemd-homed (optional if no useradd before)](https://wiki.archlinux.org/index.php/Systemd-homed):
+- [systemd-homed (optional if no useradd before)](https://wiki.archlinux.org/index.php/Systemd-homed):
+- [Home Directories](https://systemd.io/HOME_DIRECTORY/)
 
 ```sh
 systemctl enable systemd-homed.service