Skip to content
This repository has been archived by the owner on May 21, 2023. It is now read-only.

Releases: joshukraine/mac-bootstrap

v5.1.5

30 Jul 09:08
Compare
Choose a tag to compare
  • Update font cask name for Fira Code font.
  • Update Node to 12.18.3 LTS.

v5.1.4

04 Jun 11:41
Compare
Choose a tag to compare

Update Node to latest LTS version.

v5.1.3

26 May 18:55
Compare
Choose a tag to compare

Update Node to latest LTS version.

v5.1.2

26 May 04:23
Compare
Choose a tag to compare

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

24 May 20:38
Compare
Choose a tag to compare

Bump default version

v5.1.0

24 May 20:29
Compare
Choose a tag to compare

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

25 Apr 15:11
Compare
Choose a tag to compare

Update Node.js

v5.0.4

12 Apr 12:07
Compare
Choose a tag to compare
  • Set bootstrap script to use tagged version instead of master branch.
  • Update Ruby to 2.7.1.

v5.0.3

12 Apr 09:29
Compare
Choose a tag to compare

Update Node to 13.12.0

v5.0.2

20 Mar 12:11
375c82d
Compare
Choose a tag to compare

Release Notes

  • Handle case where computer or host name are not set.