Skip to content
forked from thoughtbot/laptop

A shell script which turns your macOS laptop into an awesome web development machine.

License

Notifications You must be signed in to change notification settings

clausmith/laptop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laptop

Forked from: https://github.com/thoughtbot/laptop

Set up

Download the script:

curl --remote-name https://raw.githubusercontent.com/onecodex/laptop/master/mac && curl --remote-name https://raw.githubusercontent.com/onecodex/laptop/master/laptop.local

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

less mac

Modify and review your laptop.local script as desired, then move to ~/.laptop.local

less laptop.local
mv laptop.local ~/.laptop.local

Execute the downloaded script:

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

Optionally, review the log:

less ~/laptop.log

Optionally, [install thoughtbot/dotfiles][dotfiles], and delete the mac script:

rm mac

Debugging

Your last Laptop run will be saved to ~/laptop.log. Read through it to see if you can debug the issue yourself. If not, copy the lines where the script failed into a new GitHub Issue for us. Or, attach the whole log file as an attachment.

What it sets up

All of the tools from thoughtbot/laptop, plus python, pyenv, node, and rustup and rust (including nightly).

About

A shell script which turns your macOS laptop into an awesome web development machine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%