/homelab

Scripts and whatnot to bootstrap a homelab

Primary LanguageShellMIT LicenseMIT

homelab

Scripts and whatnot to bootstrap a homelab.

Bootstrapping macOS

Install homebrew:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install git:

brew install git

Clone this repo:

git clone https://github.com/wernerstrydom/homelab.git
cd homelab

Run the bootstrap script:

cd macos
./bootstrap.sh

After Bootstrapping

You'll need to manually do the following:

  1. Configure 1Password
  2. Install JetBrains IDEs using JetBrains Toolbox