Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 698 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 698 Bytes

dotfiles

Workstation configuration, powered by DotBot.

Setup

On a completely new system, the following should be installed manually:

  • Homebrew

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • Oh My ZSH

    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  • Python

    brew install pyenv
    pyenv install 3.12  # or latest
    pyenv global use 3.12

Thereafter, simply run the idempotent install script:

./install.sh