feat: use Operator Mono font

This commit is contained in:
Tine Jozelj 2023-04-18 20:20:18 +02:00
parent d2a2dd8e4a
commit 8adfa35d3c
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw
3 changed files with 13 additions and 2 deletions

View file

@ -1,7 +1,7 @@
[user]
name = Tine Jozelj
email = tine@tjo.space
signingkey = /home/tine/.ssh/id_ecdsa.pub
signingkey = /home/tine/.ssh/id_ed25519.pub
[commit]
gpgsign = true

View file

@ -63,6 +63,13 @@ fi
echo "== Switching shell to ZSH"
sudo chsh $USER --shell $(which zsh)
echo "== Installing fonts"
HOME_FONTS_DIR="${HOME_DIR}/.local/fonts"
mkdir -p ${HOME_FONTS_DIR}
# Clone from private repo :(
git clone --depth 1 git@github.com:mentos1386/dotfiles-fonts.git ${HOME_FONTS_DIR}/dotfiles-fonts
fc-cache
echo "== Copying configuration files..."
# GIT
workspace_backup .gitconfig

View file

@ -1,4 +1,8 @@
font_family FiraCode Nerd Font Mono
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
disable_ligatures never
wayland_titlebar_color system