Bläddra i källkod

Update linux-applications.md

Håvard O. Nordstrand 5 år sedan
förälder
incheckning
b5e85d2c19
1 ändrade filer med 4 tillägg och 5 borttagningar
  1. 4 5
      config/pc/linux-applications.md

+ 4 - 5
config/pc/linux-applications.md

@@ -64,15 +64,14 @@ GUI for configuring gaming mice.
 3. Install the Powerlevel9k theme:
    1. `git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k`
    2. In `~/.zshrc`: `ZSH_THEME="powerlevel9k/powerlevel9k"`
-4. Install the Hack font from Nerd Fonts:
-   1. If it's already installed.
-   2. Install it if not: [https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Hack](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Hack)
+4. Use the Hack font from Nerd Fonts:
+   2. Install it if missing: [https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Hack](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Hack)
    3. Change your terminal's font to it.
    4. In `~/.zshrc`, set `POWERLEVEL9K_MODE="nerdfont-complete"`.
-5. Configure `~/.zshrc`: See below.
+5. Configure `~/.zshrc`: See the example below.
 6. Make zprofile include profile:
    1. In `/etc/zprofile`, add: `emulate sh -c "source /etc/profile"`
-   2. Prevents Snaps and other profile stuff from breaking.
+   2. This prevents Snaps and other profile stuff from breaking.
 
 Example: [zshrc](https://github.com/HON95/configs/blob/master/pc/common/zshrc).