Default

My default configuration

24 installs updated Feb 13
Install this setup

Already have OpenBoot?
openboot install openboot/default

Visibilitypublic
Base presetdeveloper
macOS prefs0 applied

Custom script

runs after packages install
#!/bin/bash
set -o pipefail
has() { command -v "$1" >/dev/null 2>&1; }
log() { printf "[openboot] %s\n" "$1"; }
log "Configuring default development environment"
has git && log "Git ready"
has node && log "Node ready"
has python3 && log "Python ready"
has docker && log "Docker ready"
mkdir -p "$HOME/projects" "$HOME/.config/openboot"
log "Next steps"
log "1) openboot snapshot"
log "2) create your first project repo"
log "3) share your profile config"

Shell & Git

Oh My Zshinstalled
Themeagnoster
git.user.nameOpenBoot
git.user.emailhello@openboot.dev
git.init.defaultBranchmain
git.pull.rebasefalse