Skip to content

MPV/dotfiles

Repository files navigation

MPV's dotfiles

Usage:

On a new computer:

  1. Configure MacOS specific settings:

    ./fresh-mac/macos.sh
  2. Install software:

    make brewfile-install
  3. Symlink configuration files:

    ./fresh-mac/symlink.sh
  4. Install tools that require multiple and/or specific versions, using ASDF:

    make asdf-plugin-manager-add-all

Daily / recurring usage:

  • Upgrade installed tools:

    make brewfile-install
  • Add newly (manually) installed tools to version control:

    make brewfile-dump

TODOs

  • Try out Brew Bundle and Brewfile
  • Add iTerm2 default profile
  • Try out strap for running this
  • Re-consider Mackup for wider support for application preferences (too)
  • Add Visual Studio Code config/extensions

Inspiration