From c15f95e934379dd6120fbd1ee8a51fa597bd52e6 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Wed, 30 Mar 2022 22:49:49 -0400 Subject: [PATCH] adjustments for macOS --- alacritty/.config/alacritty/alacritty.yml | 4 +++- doom/.config/doom/+ui.el | 2 +- tmux/.config/tmux/tmux.conf | 3 ++- zsh/.zprofile | 3 +++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index ca927e0..c1420e9 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -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 diff --git a/doom/.config/doom/+ui.el b/doom/.config/doom/+ui.el index eca1ad0..6b7d0d3 100644 --- a/doom/.config/doom/+ui.el +++ b/doom/.config/doom/+ui.el @@ -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) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 0411fb6..d168916 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -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 diff --git a/zsh/.zprofile b/zsh/.zprofile index cc32a77..ec176c8 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -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