Add nerd font
This commit is contained in:
2
.bashrc
2
.bashrc
@@ -7,4 +7,4 @@ alias ls='ls --color=auto'
|
|||||||
alias c='clear'
|
alias c='clear'
|
||||||
alias la='ls -la'
|
alias la='ls -la'
|
||||||
|
|
||||||
export PS1='[\e[30m$?\e[0m] [\e[1;31m\u\e[0m]\e[34m$(__git_ps1)\e[0m \w > '
|
export PS1='[\e[30m$?\e[0m] [\e[1;31m\u\e[0m]\e[34m$(__git_ps1)\e[0m \w => '
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ set $mod Mod4
|
|||||||
|
|
||||||
# Font for window titles. Will also be used by the bar unless a different font
|
# Font for window titles. Will also be used by the bar unless a different font
|
||||||
# is used in the bar {} block below.
|
# is used in the bar {} block below.
|
||||||
font pango:JetBrains Mono 12
|
font pango:JetBrainsMono Nerd Font 12
|
||||||
|
|
||||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||||
|
|||||||
@@ -3156,7 +3156,7 @@ include current-theme.conf
|
|||||||
|
|
||||||
|
|
||||||
# BEGIN_KITTY_FONTS
|
# BEGIN_KITTY_FONTS
|
||||||
font_family family='JetBrains Mono' postscript_name=JetBrainsMono-Regular
|
font_family family="JetBrainsMono Nerd Font"
|
||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
|
|||||||
Reference in New Issue
Block a user