mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-02-16 14:23:37 +00:00
feat: use Operator Mono font
This commit is contained in:
parent
d2a2dd8e4a
commit
8adfa35d3c
3 changed files with 13 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
[user]
|
[user]
|
||||||
name = Tine Jozelj
|
name = Tine Jozelj
|
||||||
email = tine@tjo.space
|
email = tine@tjo.space
|
||||||
signingkey = /home/tine/.ssh/id_ecdsa.pub
|
signingkey = /home/tine/.ssh/id_ed25519.pub
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
|
|
@ -63,6 +63,13 @@ fi
|
||||||
echo "== Switching shell to ZSH"
|
echo "== Switching shell to ZSH"
|
||||||
sudo chsh $USER --shell $(which 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..."
|
echo "== Copying configuration files..."
|
||||||
# GIT
|
# GIT
|
||||||
workspace_backup .gitconfig
|
workspace_backup .gitconfig
|
||||||
|
|
|
@ -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
|
disable_ligatures never
|
||||||
wayland_titlebar_color system
|
wayland_titlebar_color system
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue