This repository has been archived by the owner on May 21, 2023. It is now read-only.
Releases: joshukraine/mac-bootstrap
Releases · joshukraine/mac-bootstrap
v5.1.5
v5.1.4
Update Node to latest LTS version.
v5.1.3
Update Node to latest LTS version.
v5.1.2
This release fixes a small problem where HostName
was not available during dotfiles installation. I've reordered the install steps in bootstrap to move the macOS defaults script further up the stack (now step 3) and also move the dotfiles installation to the end (step 7). This ensures that HostName
is available the first time we try to reference it.
v5.1.1
Bump default version
v5.1.0
This is a general housekeeping release which implements a variety of fixes and refinements, including:
- Install Alacritty terminal
- Remove Oh My Fish
- Move fish completion files over to dotfiles repo
- Shellcheck fixes
- Install Yarn via bash installation script (no longer doing Homebrew Yarn)
- Increase key repeat rate for macOS
This release is closely related to PR #47 on my dotfiles repo.
v5.0.5
Update Node.js
v5.0.4
- Set bootstrap script to use tagged version instead of master branch.
- Update Ruby to 2.7.1.
v5.0.3
Update Node to 13.12.0
v5.0.2
Release Notes
- Handle case where computer or host name are not set.