Skip to content

Commit

Permalink
MAINT: Switch to Intel One Mono
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Jun 12, 2023
1 parent 7d8dcc8 commit 2f1fcfe
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 7 deletions.
3 changes: 2 additions & 1 deletion dot_config/alacritty/alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ font:
# - (macOS) Menlo
# - (Linux/BSD) monospace
# - (Windows) Consolas
family: CaskaydiaCove Nerd Font
# family: CaskaydiaCove Nerd Font
family: Intel One Mono

# The `style` can be specified to pick a specific face.
#style: Regular
Expand Down
8 changes: 4 additions & 4 deletions dot_config/foot/foot.d/font-cascadia-code-pl.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
font=Cascadia Code PL:size=14:style:Regular
font-bold=Cascadia Code PL:size=14:style:Bold
font-italic=Cascadia Code PL:size=14:style:Italic
font-bold-italic=Cascadia Code PL:size=14:style:Bold Italic
font=Cascadia Code PL:size=16:style:Regular
font-bold=Cascadia Code PL:size=16:style:Bold
font-italic=Cascadia Code PL:size=16:style:Italic
font-bold-italic=Cascadia Code PL:size=16:style:Bold Italic
# line-height=10
# letter-spacing=-.4
# horizontal-letter-offset=0
Expand Down
11 changes: 11 additions & 0 deletions dot_config/foot/foot.d/font-intel-one-mono.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
font=Intel One Mono:size=14:style:Regular
font-bold=Intel One Mono:size=14:style:Bold
font-italic=Intel One Mono:size=14:style:Italic
font-bold-italic=Intel One Mono:size=14:style:Bold Italic
# line-height=10
# letter-spacing=-.4
# horizontal-letter-offset=0
# vertical-letter-offset=0
# underline-offset=0
box-drawings-uses-font-glyphs=yes
dpi-aware=yes
2 changes: 1 addition & 1 deletion dot_config/foot/foot.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Includes
include = ~/.config/foot/foot.d/theme-nord.ini
include = ~/.config/foot/foot.d/font-cascadia-code-pl.ini
include = ~/.config/foot/foot.d/font-intel-one-mono.ini

# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
# term=foot (or xterm-256color if built with -Dterminfo=disabled)
Expand Down
4 changes: 4 additions & 0 deletions dot_gitconfig.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
GIT_EDITOR=\"git interpret-trailers --in-place --trailer='Co-authored-by: 1<2>'\" git commit --amend; \
fi \
}; f"

[http "https://gitea.mpi-muelheim.mpg.de:3000"]
proxy=socks5h://127.0.0.1:9998

# Emacs Stuff (cross platform)
# Local Variables:
# mode: gitconfig
Expand Down
3 changes: 3 additions & 0 deletions dot_local/bin/executable_init_darwin.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ cask "font-cascadia-code-pl"
cask "font-cascadia-mono"
cask "font-cascadia-mono-pl"
# Intel One Mono
cask "font-intel-one-mono"
# NerdFonts
cask "font-caskaydia-cove-nerd-font"
cask "font-hack-nerd-font"
Expand Down
2 changes: 1 addition & 1 deletion dot_vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ let g:ctrlp_match_func = { 'match': 'pymatcher#PyMatch' }
if has("gui_running")
" any code here affects gvim but not console vim
set background=dark
set guifont=CaskaydiaCove\ Nerd\ Font\ Regular\ 15
set guifont=Intel\ One\ Mono\ Regular\ 15
" Don’t blink cursor in normal mode
set guicursor=n:blinkon0
" Better line-height
Expand Down

0 comments on commit 2f1fcfe

Please sign in to comment.