Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Install packages from Brewfile:
brew bundle installInstall Oh My Zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"Install mise:
curl https://mise.run | shInstall global tools from config:
mise installInstall devbox:
curl -fsSL https://get.jetify.com/devbox | bashInstall global packages from devbox.json:
devbox global update # alias: dguInstall DAP related things (more info in the dap plugin file).
brew update
brew upgrade
brew bundle dump # alias: bbdmise updevbox global update # alias: dguYou will need to create a .env file in your $HOME/.config folder, with all the secrets following this structure:
GITHUB_TOKEN="Your github token"