This repo contains my devbox config for local development, along with some other config files.
- devbox to isolated dev environment and package manager (no homebrew)
- brew cask to automatically install some applications
- install devbox.sh
curl -fsSL https://get.jetpack.io/devbox | bash
- pull devbox global via github, or clone the devbox.json file into your global path
devbox global pull git@github.com:huynguyenh/devbox.json.git
- put this line into your .zshrc or any other shell profile file
eval "$(devbox global shellenv --init-hook)"
- reload terminal