Skip to content

Tags: thoughtbot/laptop

Tags

2024-09-24

Toggle 2024-09-24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add official support for macOS Sequoia (#646)

* Update README.md
* Update CHANGELOG

2023-10-03

Toggle 2023-10-03's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Officially support macOS Sonoma (#638)

Sonoma (macOS 14) is officially out. I've validated that the script runs without issue on Sonoma and I've set up a testing environment to maintain it.

2022-12-02

Toggle 2022-12-02's commit message
Update CHANGELOG for 2022-12-02

2022-03-30

Toggle 2022-03-30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Install poppler via homebrew on mac (#613)

* I setup my new macbook recently using laptop. One of the projects I
  have been working on had a failing spec related to pdf previews with
  ActiveStorage preview. The spec worked fine on CI but Ubuntu has
  poppler-utils installed by default.
* Add line to mac script to install poppler via homebrew