Skip to content

Latest commit

History

History
38 lines (28 loc) 路 947 Bytes

File metadata and controls

38 lines (28 loc) 路 947 Bytes

Dotfiles

Personal macOS development environment configuration with the world's best prompt: 馃崝

Fresh Machine Setup

  1. Clone this repository:

    git clone https://github.com/therealadam/dotfiles.git ~/.dotfiles
    cd ~/.dotfiles
  2. Run the installation script:

    ./install.sh
  3. Restart your terminal

Making Changes

  1. Edit files directly in ~/.dotfiles/
  2. Changes to zshrc require reload: source ~/.zshrc
  3. Changes to other configs are usually immediate or take effect on app restart

Managing Dotfiles

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