Personal macOS development environment configuration with the world's best prompt: 🍔
-
Clone this repository:
git clone https://github.com/therealadam/dotfiles.git ~/.dotfiles cd ~/.dotfiles
-
Run the installation script:
./install.sh
-
Restart your terminal
- Edit files directly in
~/.dotfiles/ - Changes to
zshrcrequire reload:source ~/.zshrc - Changes to other configs are usually immediate or take effect on app restart
Link all dotfiles or specific components using mise tasks:
mise run dotfiles:link:all # Link everything
mise run dotfiles:link:base # Just zsh, git, tmux, vim
mise run dotfiles:link:tools # Just mise and ghostty configs
mise run dotfiles:link:bin # Just bin scripts
mise run dotfiles:clean # Remove all symlinks
# List all available tasks
mise tasks