Skip to content

BuiltByHatch/dev-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Dev Setup

Scripts for setting up a development environment.

Prerequisites

  • macOS/Linux: Bash shell
  • Windows: PowerShell 7+ (pwsh)

Installation

macOS / Linux

curl -fsSL "https://raw.githubusercontent.com/BuiltByHatch/dev-setup/main/setup.sh" | bash

Windows

iwr "https://raw.githubusercontent.com/BuiltByHatch/dev-setup/main/setup.ps1" | iex

What's Installed

  • Git - Version control system
  • OpenCode - AI coding assistant
  • Cursor - AI-powered IDE

Post-Installation

After setup, you may need to restart your terminal or source your shell config:

source ~/.zshrc  # or ~/.bashrc, ~/.bash_profile

Configure OpenCode with your API keys:

opencode auth login

About

Contains all the requirements and guides for setting up a development environment for built by hatch team memers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors