Skip to content

Commit e6bf8dd

Browse files
committed
feat(zsh): update ZSH guide
Signed-off-by: chris1320 <chris1320is@protonmail.com>
1 parent 79ab848 commit e6bf8dd

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.obsidian/hotkeys.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Alt",
66
"Mod"
77
],
8-
"key": "L"
8+
"key": "H"
99
}
1010
]
1111
}

Shells/ZSH/ZSH.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ It will also install the following packages for productivity:
6464
The installation script has been tested on the following platforms:
6565

6666
- [[Arch Linux]]
67-
- [[Fedora Workstation]] 38/39
67+
- [[Fedora Workstation]] 38/39/40
6868
- [Kali Linux](https://kali.org/) (Windows Subsystem for Linux)
6969
- [Linux Mint](https://linuxmint.com/) 21
7070
- [[Termux]] Android Terminal Emulator
@@ -74,6 +74,16 @@ The installation script has been tested on the following platforms:
7474
> [!TIP]
7575
>
7676
> It is recommended that you install a [nerd font](https://www.nerdfonts.com/) before running the customization script. I personally use **JetBrainsMono Nerd Font**, but you can use a different one.
77+
>
78+
> ```bash
79+
> mkdir -p ~/.local/share/fonts/JetBrainsMono
80+
> cd ~/.local/share/fonts/JetBrainsMono
81+
> curl -LO "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/JetBrainsMono.zip"
82+
> unzip JetBrainsMono.zip
83+
> rm JetBrainsMono.zip
84+
> ```
85+
>
86+
> After running the above commands, set the font to `JetBrainsMono Nerd Font Mono` in GNOME Terminal.
7787
7888
Download and run the install script using either of the following commands:
7989

0 commit comments

Comments
 (0)