adjustments for macOS
parent
3a9d7b1073
commit
c15f95e934
|
@ -19,6 +19,8 @@ import:
|
|||
# check the local terminfo database and use `alacritty` if it is
|
||||
# available, otherwise `xterm-256color` is used.
|
||||
#TERM: alacritty
|
||||
env:
|
||||
TERM: xterm-256color
|
||||
|
||||
window:
|
||||
padding:
|
||||
|
@ -58,7 +60,7 @@ font:
|
|||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
#style: Regular
|
||||
size: 10.5
|
||||
size: 12.5
|
||||
|
||||
# If `true`, bold text is drawn using the bright color variants.
|
||||
#draw_bold_text_with_bright_colors: false
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
;; - `doom-unicode-font' -- for unicode glyphs
|
||||
;; - `doom-serif-font' -- for the `fixed-pitch-serif' face
|
||||
|
||||
(setq doom-font (font-spec :family "Jetbrains Mono" :size 17))
|
||||
(setq doom-font (font-spec :family "Jetbrains Mono" :size 13))
|
||||
|
||||
;; Theme
|
||||
(setq doom-theme 'doom-gruvbox)
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# May not be loaded on older versions of tmux
|
||||
|
||||
set -g default-terminal "tmux-256color"
|
||||
# set -g default-terminal "tmux-256color"
|
||||
set -g default-terminal "xterm-256color"
|
||||
|
||||
# status powerline-like theme, no dependencies.
|
||||
set -g status on
|
||||
|
|
|
@ -30,4 +30,7 @@ fi
|
|||
export CALIBRE_USE_SYSTEM_THEME=0
|
||||
export CALIBRE_USE_DARK_PALETTE=1
|
||||
|
||||
# macOS: homebrew
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
|
||||
export PATH
|
||||
|
|
Loading…
Reference in New Issue