Skip to content
/ laptop Public
forked from thoughtbot/laptop

A shell script to set up a Mac laptop

License

Notifications You must be signed in to change notification settings

piscue/laptop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Laptop

Laptop is a script to set up an macOS laptop

It can be run multiple times on the same machine safely. It installs, upgrades, or skips packages based on what is already installed on the machine.

Install

Download the script:

curl --remote-name https://raw.githubusercontent.com/piscue/laptop/master/mac

Review the script (avoid running scripts you haven't read!):

less mac

Execute the downloaded script:

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

Optionally, review the log:

less ~/laptop.log

Customize in ~/.laptop.local

Your ~/.laptop.local is run at the end of the Laptop script. Put your customizations there.

About

A shell script to set up a Mac laptop

Resources

License

Stars

Watchers

Forks

Languages

  • Shell 100.0%