Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 662 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 662 Bytes

devbox.json

This repo contains my devbox config for local development, along with some other config files.

Stack

  • devbox to isolated dev environment and package manager (no homebrew)
  • brew cask to automatically install some applications

How to use

  1. install devbox.sh
curl -fsSL https://get.jetpack.io/devbox | bash
  1. pull devbox global via github, or clone the devbox.json file into your global path
devbox global pull [email protected]:huynguyenh/devbox.json.git
  1. put this line into your .zshrc or any other shell profile file
eval "$(devbox global shellenv --init-hook)"
  1. reload terminal