Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.1 KB

File metadata and controls

38 lines (26 loc) · 1.1 KB

🚀 Style Ubuntu Terminal

image

🛠 Installation

Core components

  1. ZSH
  2. Oh My Zsh
  3. PL10K
  4. Dracula theme

Plugins

  1. Autosuggestions
  2. Syntax Highlighting

❓ Troubleshooting.

My icons are weird squares with question marks

You skipped the Font Installation step in PL10K.

  1. Install MesloLGS NF.
  2. Ensure your terminal is actually using that font in Edit -> Preferences.

The terminal asks me to configure "p10k" every time?

Run this command once to finish the wizard:

p10k configure

How do I go back to Bash?

If you decide this isn't for you:

chsh -s $(which bash)