156 Commits (trunk)

Author SHA1 Message Date
Thomas Riboulet f58defd77e add link to original repository 2 years ago
Thomas Riboulet 390c550034 remove unecessary parts
- remove postgresql and redis install
- install ruby 2.7.5 and 3.0.3 specifically
2 years ago
Chad Pytel 6d791b7a01
Change branch reference
We switched from master to main some time ago, but the README was not updated.
2 years ago
Chad Pytel 3a82112678
Add testing instruction to README (#605)
We can recommend a free and open source emulator and provide tips to it in the README to make it easier to make sure we're not introducing breaking changes when we contribute.

In the future I also want to see if we could add CI to this project now that macOS CI setup is more widely available than it has been in the past.
2 years ago
Chad Pytel ebbd76ecb6
Officially only list support for Monterey (#603)
While older versions may work, it is unrealistic for us to claim
official support for such old versions.

Also updates the copyright date in the README.
2 years ago
Paulo Fagiani 45322d1c54
Update MacOS X latest version (#591) 3 years ago
Tyson Gach 57503d6131
Replace hub with GitHub CLI (#576)
GitHub has [announced GitHub CLI][announcement]. While hub was
semi-official, GitHub CLI is said to be GitHub’s new official CLI.

The backstory on hub and how GitHub CLI came to be can be read in the
post [‘The past and the future of hub’][hub-post] by Mislav Marohnić,
hub’s core maintainer.

[announcement]: https://github.blog/2020-02-12-supercharge-your-command-line-experience-github-cli-is-now-in-beta/
[hub-post]: https://mislav.net/2020/01/github-cli/
4 years ago
Tyson Gach 53872a61ad Fix typos 4 years ago
Tyson Gach 568fa96894 Update copyright to 2020 4 years ago
Daniel Colson ef3adfdfc2
Update logo 4 years ago
Andy Waite e2aef76a8b Update README to specify correct ctags library
Universal Ctags was added in #503 but the README wasn't updated so it
still refers to the Exuberant Ctags.
5 years ago
Amina 5672669fdf Spelling mistake 5 years ago
Simon van Dyk 3424bedf81 List support for macOS Mojave 6 years ago
Nick Charlton 6a5e1e6719
Remove Qt.
Qt, a dependency on capybara-webkit, causes a lot of install problems
and most recently more so. We're not using capybara-webkit so much now,
so we don't absolutely need Qt.

Fixes #499.
6 years ago
Zane Alexander be30780797 Updates readme to 2018. 6 years ago
Jeff Stolz d9ec5768c7 Add 10.13 to list of supported operating systems in the readme. 6 years ago
Derek Prior 2210951f07
Use ASDF version manager
At first, we did Ruby work, so we needed a ruby version manager.
Then we needed Node, so some of us added a node version manager.
Some of work with varying versions of Python, Elixir, Elm, etc.
ASDF lets us stop searching out solutions to the same problem in
each of these languges by supporting [plugins][1].

[1]: https://github.com/asdf-vm/asdf-plugins/tree/master/plugins
7 years ago
Dan Croak 0636eea198 Update heroku binary symlink in PATH
For users running the Laptop script
who once had `heroku-toolbelt` installed,
it's possible their `PATH` may be out of date.

Use a similar pattern for updating the link to the `heroku` binary
as we used when migrating `qmake` for `qt5.5` from `qt`.

Also, update documentation.

Related: 3b7845b849
7 years ago
Charlie Wood 4dcfacff5b Make script execution commands clearer
https://github.com/thoughtbot/laptop/pull/496
7 years ago
Dan Croak 803f7ca1f1 Add "mobile" to summary description in README 7 years ago
Dan Croak ea7db9be3b Add Watchman for watching filesystem changes
https://facebook.github.io/watchman/

> Watchman is a tool by Facebook for watching changes in the filesystem.
> It is highly recommended you install it for better performance.

https://facebook.github.io/react-native/docs/getting-started.html
7 years ago
Dan Croak 4f96d474e5 Install Yarn
* Rails ships with Yarn.
  https://twitter.com/dhh/status/808348184481124352?lang=en
* We use Yarn in some of our project templates.
  https://github.com/thoughtbot/react-native-template/blob/master/TemplateProject/bin/setup
7 years ago
Chris Thorn d3343ba107 Add Sierra to supported list 7 years ago
Dan Croak a11e4a509d Install Qt 5 instead of Qt 4
We install Qt because it is a dependency of Capybara Webkit.

> Qt 4 is several years old and contains a version of WebKit with many
> serious defects. Support for Qt 4 will be dropped in any future
> feature releases and is not supported by the capybara-webkit team.

https://github.com/thoughtbot/capybara-webkit/wiki/Installing-Qt-and-compiling-capybara-webkit
7 years ago
Tyson Gach 85bdb3a2de Update thoughtbot logo 7 years ago
Jesse Waites 5e3e90c7cf Update readme year to 2017 7 years ago
Chenje Katanda 02ef6315cc Update readme
Change “OS X” to “macOS” to keeping up with apple’s rebranding of the
the operating system.
8 years ago
Dan Croak 62d80f27a5 Provide Docker as an example customization
Docker isn't in common enough use at thoughtbot to
make this part of the script yet
but documenting it can encourage its use.

https://github.com/thoughtbot/laptop/pull/411#issuecomment-168594168
8 years ago
Dan Croak 0b440c5138 Use `brew bundle` instead of custom functions 8 years ago
Dan Croak 425e3bc545 Fix `brew tap thoughtbot/formulae`
https://github.com/thoughtbot/laptop/issues/437
https://github.com/thoughtbot/laptop/issues/448
8 years ago
Nikolay Bienko 7a834f7d3e Remove dead link
El Capitan and Homebrew problem was fixed by further OS X updates
Document was removed from Homebrew docs: dd1625af7a
8 years ago
Dan Croak and Gabe Berke-Williams 0bcc0b4644 Revert "Clean up old Homebrew formulas after run"
This reverts commit ef7408d6a1.

* `brew cleanup` removes Postgres.
* Migrating data in Postgres from old to new versions relies on
  the previous version of Postgres to run `pg_upgrade`.
* Laptop shouldn't lose users' Postgres data.
* Those who don't mind starting their new Postgres databases
  from scratch can `brew cleanup` in `~/.laptop.local`.
8 years ago
Dan Croak and Gabe Berke-Williams 6dcb5e4f02 Document how to run `rcup` in customizations
* thoughtbot/laptop doesn't explicitly depend on thoughtbot/dotfiles.
* So, we don't think it needs to be in the script.
* Show it as another example of customizations for those who might be
  interested in updating their machine and dotfiles in one `sh mac`.

https://github.com/thoughtbot/laptop/pull/408
8 years ago
Prayag Verma 597c998a49 Update license year to 2016 8 years ago
Dan Croak 942ad3be89 Group related lines together by printed headers
Sections:

* "Installing Homebrew packages ..."
* "Restarting services ..."
* "Relinking OpenSSL ..."
* "Configuring Ruby ..."
* "Running your customizations from ~/.laptop.local ..."
* "Cleaning up old Homebrew formulas ..."

Related:

* To make that work in the desired way,
  print less noise in the custom functions.
* We don't need parity as customization in README.
* Match documentation to sections, move OpenSSL to Unix section.
* Move libyaml to after OpenSSL, before Ruby.
8 years ago
Dan Croak d061842e25 Install Parity
* The Parity Homebrew [package] installs Heroku Toolbelt, Git, Postgres
  but it seems nice for documentation purposes to
  keep the Homebrew packages installed for the other dependencies.
* Tap the Homebrew formula first, so it updates with `brew update`.

[package]: https://github.com/thoughtbot/homebrew-formulae/blob/master/Formula/parity.rb
8 years ago
Dan Croak ef7408d6a1 Clean up old Homebrew formulas after run
This can save significant disk space.
Upon running this, I regularly see close to 1GB of space freed up.
8 years ago
Dan Croak c92c7adc7f Migrate to built-in Homebrew-Cask
> Homebrew-Cask will now be kept up to date together with Homebrew

> If you haven’t yet,
> run `brew uninstall --force brew-cask; brew update`
> to switch to the new system.

e83c0099aa

> To start using Homebrew-Cask, you just need Homebrew installed.

0d290b15e8
8 years ago
Paul-Etienne Coisne 3e5cdaf706 Updated the link to Tmux
Was previously broken, now redirects to the current address
8 years ago
Geoff Harcourt 73f353ef39 Fix wording regarding directories on OS X
@mike-burns pointed out that OS X does not have folders, it has
directories.
9 years ago
Geoff Harcourt c0d92c5b00 Updates for OSX El Capitan
* Update supported versions list
* Update Debugging section of README

While updating to El Capitan, some users had problems installing or
updating Homebrew due to El Capitan's [SIP](https://en.wikipedia.org/wiki/System_Integrity_Protection)
security feature, which restricts access to `/usr`. Adding a link to
Homebrew's own El Capitan troubleshooting documentation so that users
who do have trouble will be able to see Homebrew's recommendations for
resolution.
9 years ago
s a n d a l z 1b2c9dbfcd Link to thoughtbot/dotfiles in README 9 years ago
Xuebing Li 73e960702d Update README to reference Hub
The script installs `hub` instead of `gh` as of
commit 9fe038cd81.
9 years ago
Dan Croak 9fec1e59ed Add code of conduct 9 years ago
Dan Croak 41e07dca0c Rework thoughtbot section of README
* Update logo to use new HTTPS version.
* Change header from "Credits" to "About thoughtbot".
* Move "thank you" to contributors section.
* Make "About thoughtbot" the last thing in the README,
  with the copyrights grouped closer to the LICENSE information.
* Link to LICENSE.
* Make the community link more obvious that we have other projects.
* Finish with a CTA to hire us.
* Include `utm_source` codes to improve tracking.
9 years ago
Dan Croak 268f1114af Update copyright to 2015 9 years ago
Richard Moorhead b153d5e58e Add link to wiki from README for customizations 9 years ago
Robert Eshleman 55c9ce5c56 Correct typo in README
The sample `.laptop.local` incorrectly referred to
`gem_install_or_upgrade` instead of `gem_install_or_update`.
9 years ago
Dan Croak ae5b1a1a03 Use newer functions in customization instructions 9 years ago
Dan Croak 4d07ad0df5 Remove NVM, simplify to `brew install node`
From @derekprior:

> I never used NVM. I just kept my homebrew installed version pinned to
> the version we were using. As a company this is probably totally fine
> because we don't jump back and forth between node projects like we do
> with Ruby projects. Also, there is no "system" node to worry about.

https://github.com/thoughtbot/laptop/pull/341#issuecomment-66179326
9 years ago