Skip to content
forked from thoughtbot/laptop

A shell script to set up a macOS laptop for web and mobile development.

License

Notifications You must be signed in to change notification settings

kaldrenon/laptop

 
 

Repository files navigation

Laptop

Laptop is a script to set up a laptop for web and mobile development.

Adapted from Thoughtbot's Laptop repo, I have customized it for my own needs, including a script for linux installs, which I use for Ubuntu on WSL 2

Please note: This repo is public, but I make no promises about it serving anyone's needs but my own. You are more than welcome to use or adapt any part of it for you own needs, in keeping with typical open source philosophy, but it is not intended as a general purpose solution.

Install

Download the script for the environment in question:

curl --remote-name https://raw.githubusercontent.com/kaldrenon/laptop/main/linux

or

curl --remote-name https://raw.githubusercontent.com/kaldrenon/laptop/main/mac

Execute the downloaded script:

sh linux 2>&1 | tee ~/laptop.log

Optionally, review the log:

less ~/laptop.log

License

The code in this repo is © 2024 Andrew Fallows (kaldrenon)

The original version of Laptop is © 2011-2020 thoughtbot, inc. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About

A shell script to set up a macOS laptop for web and mobile development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Snippet 58.1%
  • Shell 36.2%
  • Vim Script 5.4%
  • Ruby 0.3%