No description
Find a file
Andrew Tomaka c63948aa8f
Activate mise aggressively
In mise PR https://github.com/jdx/mise/pull/6755, a change was made that
impacts $PATH ordering of paths that were added before the current shell
process. This orders paths added via .zshenv after everything else.
actvate_aggressive solves the problem for now, but other solutions
should be investigated:

1. Is this bad behavior by mise?
2. Should $PATH setting be done differently?
  * .zshenv paths already cause problems with MacOSX (path_helper
    sorting)
  * Maybe .zpath and then source that from .zshenv if we're in an ssh
    session?
2025-12-06 10:00:46 -05:00
home Activate mise aggressively 2025-12-06 10:00:46 -05:00
.chezmoiroot Migrate to chezmoi 2025-11-10 19:40:42 -05:00
bootstrap Cleanup some more after chezmoi 2025-11-11 12:49:16 -05:00
Brewfile Migrate to chezmoi 2025-11-10 19:40:42 -05:00
README.md Migrate to chezmoi 2025-11-10 19:40:42 -05:00

dotfiles

Personal dotfiles managed via chezmoiz.

Installation

cd $HOME
sh -c "$(curl -fsSL https://git.atomaka.com/atomaka/dotfiles/raw/branch/master/bootstrap)"