Skip to content

Instantly share code, notes, and snippets.

View oneillal's full-sized avatar
☁️
Feeling cloudy...

Alan O'Neill oneillal

☁️
Feeling cloudy...
View GitHub Profile

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

@oneillal
oneillal / nerd-font-in-chromeos-terminal.md
Last active July 18, 2023 22:55 — forked from izzqz/nerd-font-in-chromeos-terminal.md
How to setup JetBrains Mono Nerd Font with ligatures to use is inside crostini terminal #guide

Setup Nerd Fonts in Chrome OS terminal

Press Ctr + Shift + j to open devtools console in crostini terminal.

Paste this to use Jetbrais Mono with ligatures:

term_.prefs_.set('font-family', 'JetBrains Mono NL Regular Nerd Font');
term_.prefs_.set('user-css-text', '@font-face {font-family: "JetBrains Mono NL Regular Nerd Font"; src: url("https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/JetBrainsMono/NoLigatures/Regular/JetBrainsMonoNLNerdFontMono-Regular.ttf"); font-weight: normal; font-style: normal;}')