mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-25 00:48:19 +00:00
feat: use different font
This commit is contained in:
parent
fefcf59feb
commit
1b64bed845
2 changed files with 5 additions and 6 deletions
|
@ -62,9 +62,8 @@ echo "== Switching shell to ZSH"
|
|||
sudo chsh $USER --shell $(which zsh)
|
||||
|
||||
echo "== Installing fonts"
|
||||
HOME_FONTS_DIR="${HOME_DIR}/.local/fonts"
|
||||
HOME_FONTS_DIR="${HOME_DIR}/.local/share/fonts"
|
||||
mkdir -p ${HOME_FONTS_DIR}
|
||||
# Clone from private repo :(
|
||||
rm -rf ${HOME_FONTS_DIR}/dotfiles-fonts
|
||||
git clone --depth 1 git@github.com:mentos1386/dotfiles-fonts.git ${HOME_FONTS_DIR}/dotfiles-fonts
|
||||
fc-cache
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
font_family Operator Mono Book Nerd Font
|
||||
bold_font Operator Mono Medium Nerd Font
|
||||
italic_font Operator Mono Book Italic Nerd Font
|
||||
bold_italic_font Operator Mono Medium Italic Nerd Font
|
||||
font_family Liga Operator Mono SSm Book Nerd Font
|
||||
bold_font Liga Operator Mono SSm Medium Nerd Font
|
||||
italic_font Liga Operator Mono SSm BookItalic Nerd Font
|
||||
bold_italic_font Liga Operator Mono SSm MediumItalic Nerd Font
|
||||
|
||||
disable_ligatures never
|
||||
wayland_titlebar_color system
|
||||
|
|
Loading…
Reference in a new issue