From cb2c76ad2987931b9a65d8286ebec0f227da964e Mon Sep 17 00:00:00 2001 From: Joty Date: Sat, 4 Aug 2018 15:18:12 +0930 Subject: [PATCH] =?UTF-8?q?Nerd=20Fonts=20Rock=20(^=EF=BD=A5o=EF=BD=A5^)?= =?UTF-8?q?=EF=BE=89=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dacd1bd..083c75c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ A simple script to setup an awesome shell environment. Quickly install and setup zsh and oh-my-zsh (https://github.com/robbyrussell/oh-my-zsh) with * powerlevel9k theme (https://github.com/bhilburn/powerlevel9k/) * Powerline fonts(https://github.com/powerline/fonts) +* Nerd-Fonts (even better!) (https://github.com/ryanoasis/nerd-fonts) * zsh-completions (https://github.com/zsh-users/zsh-completions) * zsh-autosuggestions (https://github.com/zsh-users/zsh-autosuggestions) * zsh-syntax-highlighting (https://github.com/zsh-users/zsh-syntax-highlighting) @@ -35,9 +36,11 @@ First time run it with '--cp-hist' instead, to copy command history from .bash_h ./quickz.sh --cp-hist # running multiple times will duplicate history entries ``` +Change your terminals fonts to either "RobotoMono Nerd Font" or "Hack Nerd Font" or at least on of the "Powerline Fonts". +You can also manually install Nerd Font of your choice. ## Notes -* If the text/icons look broken, make sure your terminal is using one of the powerline fonts. [discussion](https://github.com/powerline/fonts/issues/185). I use roboto-mono-for-powerline +* If the text/icons look broken, make sure your terminal is using one of the Nerd fonts or at least powerline fonts. [discussion](https://github.com/powerline/fonts/issues/185). I recommend "RobotoMono Nerd Font" * marker's shortcut "Ctr+t" clashed with fzf so I rebound it to "Ctr +b"