Skip to content

Commit

Permalink
I'm using new font
Browse files Browse the repository at this point in the history
  • Loading branch information
nishigori committed Dec 13, 2023
1 parent 5768a23 commit adfa56b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .config/gh/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ aliases:
' | jq -r ".data.repository.object.associatedPullRequests.edges[0].node.number"
# The path to a unix socket through which send HTTP connections. If blank, HTTP traffic will be handled by net/http.DefaultTransport.
http_unix_socket:
version: "1"
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ endif
" }}}
" # Font "{{{
if !exists('g:vscode')
set printfont=Hack\ Nerd\ Font:h16,\ Ricty\ Discord\ for\ Powerline:h16,\ Ricty:h16,\ Monaco:h16
set printfont=MonaspiceAr\ Nerd\ Font:h16,\ Hack\ Nerd\ Font:h16,\ Ricty\ Discord\ for\ Powerline:h16,\ Ricty:h16,\ Monaco:h16
endif
" }}}
" # Color Scheme {{{
Expand Down
3 changes: 2 additions & 1 deletion .wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ end
return {
--use_ime = false, -- awaiting fixed https://github.com/wez/wezterm/issues/2771
--debug_key_events = true,
font = wezterm.font "Hack Nerd Font",
--font = wezterm.font "Hack Nerd Font",
font = wezterm.font "MonaspiceXe Nerd Font",
font_size = 22,
line_height = 1.1,
color_schemes = {
Expand Down

0 comments on commit adfa56b

Please sign in to comment.