Getting Started
Welcome to Gremlin LTD. Let’s get you set up.
Prerequisites
Before you start, make sure you have:
- macOS, Linux, or WSL2 on Windows
- A GitHub account added to the GremlinLTD org
- Terminal access (iTerm2, Alacritty, or the built-in terminal)
First Steps
- Install Homebrew (macOS/Linux):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install core tools:
brew install bun starship jq yq git
- Set up your shell:
Add to your shell config (~/.zshrc or ~/.bashrc):
eval "$(starship init zsh)"
- Clone this site to verify everything works:
git clone git@github.com:GremlinLTD/GremlinLTD.github.io.git
cd GremlinLTD.github.io
bun install
bun run dev
If you see the site running locally, you’re good to go.
Next Steps
Continue to BYOD & Device Setup to get your machine enrolled and ready.