Laptop is a script to set up macOS into an awesome development machine. Forked from thoughtbot/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.
Review the Brewfile and mac script. Then run the following command:
curl -fsS https://raw.githubusercontent.com/AlJohri/laptop/master/mac | sh | tee ~/laptop.log
See the Brewfile for specifics.
- Installs the homebrew package manager.
- Changes shell to zsh over bash.
- Installs Docker for Mac.
- Set up commonly used programming languages such as python, ruby, node.
- Sets up commonly used databases and key value stores such as mongodb, mysql, postgresql, and redis.
- Sets up commonly used command line programs such as wget, jq, tree, etc.
- Sets up commonly used GUI programs such as Sublime Text, Atom, Chrome and Slack.
We use jinja2 templates via the yasha command line tool to combine small shell scripts into a single runnable script.
brew install shellcheck
make
Syntax Highlighting for .sh.j2
files: https://marketplace.visualstudio.com/items?itemName=samuelcolvin.jinjahtml