How to install dotfiles on macOS systems
atuin
is a command-line tool for managing your shell history.direnv
allows you to set up environment variables per directory.eza
is a modern replacement for ls
.pyenv
helps manage multiple Python versions.~/.gitconfig.local
with your user information. This file is used for user-specific settings that should not be shared across machines. All other Git options are found in the main Dotfiles Git config, ~/.config/dotfiles/git/.gitconfig
.
~/.ssh/allowed_signers
with your SSH public key to sign commits.
~/.ssh/config
:~/.config/dotfiles
directory.
.zshenv
file in your home directory that sources the main configuration file. This loads Dotfiles every time you start a new Zsh session.
sudo chown -R $(whoami) /usr/local/var/homebrew