Skip to content

jjwon0/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 OS X laptop for web development.

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.

Modified based on the original script by thoughtbot, with significant additions based on holman's dotfiles and mathiasbynens's dotfiles.

Requirements

We support:

Older versions may work but aren't regularly tested. Bug reports for older versions are welcome.

Install

Clone the repo, and then run mac

git clone git@github.com:jjwon0/laptop.git
cd laptop
sh bootstrap 2>&1 | tee ~/laptop.log

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.

Remaining stuff to do after installation

  • Install iTerm2 themes
  • Set up dotfiles
  • Install Flash Player
  • Install MATLAB

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%