diff --git a/chezmoi/dot_zshenv b/chezmoi/dot_zshenv index fc50d11..02d07aa 100644 --- a/chezmoi/dot_zshenv +++ b/chezmoi/dot_zshenv @@ -17,6 +17,12 @@ fi export VISUAL="${EDITOR}" +if [ "$(uname)" = "Darwin" ]; then + if [ -x /opt/homebrew/bin/brew ]; then + eval "$(/opt/homebrew/bin/brew shellenv)" + fi +fi + if [ -d "${HOME}/bin" ]; then export PATH="${HOME}/bin:${PATH}" fi diff --git a/chezmoi/dot_zshrc.d/executable_homebrew.zsh b/chezmoi/dot_zshrc.d/executable_homebrew.zsh new file mode 100644 index 0000000..8124662 --- /dev/null +++ b/chezmoi/dot_zshrc.d/executable_homebrew.zsh @@ -0,0 +1,5 @@ +if command -v brew &> /dev/null; then + FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}" + autoload -Uz compinit + compinit +fi diff --git a/chezmoi/private_dot_config/alacritty/alacritty.yml b/chezmoi/private_dot_config/alacritty/alacritty.yml index d449d2e..eedb433 100644 --- a/chezmoi/private_dot_config/alacritty/alacritty.yml +++ b/chezmoi/private_dot_config/alacritty/alacritty.yml @@ -150,7 +150,7 @@ font: #style: Bold Italic # Point size - size: 9.0 + size: 11.0 # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter