https://github.com/markokajzer/laptop
https://github.com/markokajzer/laptop
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/markokajzer/laptop
- Owner: markokajzer
- Created: 2018-04-19T18:05:14.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2026-02-16T19:24:25.000Z (5 months ago)
- Last Synced: 2026-02-17T02:00:08.590Z (5 months ago)
- Language: Shell
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# laptop
A shell script to set up my development machine.
This script can be ran once or as many times as you'd like. It installs everything that macOS needs to get to work.
## Install
```sh
sh -c "$(curl -fsSL https://raw.github.com/markokajzer/laptop/main/laptop)"
```
## What You Get
**macOS tools:**
* [XCode Command Line Tools](https://developer.apple.com/xcode/downloads/) for developer essentials.
* [Homebrew](http://brew.sh/) for managing operating system libraries.
**Unix tools:**
* [git](https://git-scm.com/) for version control.
* [zsh](http://www.zsh.org/) as your shell.
* [prezto](https://github.com/sorin-ionescu/prezto) to configure your shell.
**Fonts:**
* [Inconsolata](https://fonts.google.com/specimen/Inconsolata) as the terminal font.
* [Fira Mono](https://fonts.google.com/specimen/Fira+Mono) as a monospace font.
**Color Schemes:**
* [Solarized Light and Dark](http://ethanschoonover.com/solarized) for the terminal.
* A beautiful [wallpaper](https://alpha.wallhaven.cc/wallpaper/618958).
**Programming languages and configuration:**
* [rbenv](https://github.com/sstephenson/rbenv) for managing versions of Ruby.
* [Ruby](https://www.ruby-lang.org/en/) to write general-purpose code. (optional)
* [Bundler](http://bundler.io/) for managing Ruby libraries.
* [nodenv](https://github.com/nodenv/nodenv) for managing versions of Node.js.
* [yarn](https://yarnpkg.com) for managing JavaScript packages.
* [Python 3](https://www.python.org/) as an all purpose language. (optional)
* [SQLite](https://www.sqlite.org) as a development database.
**Applications:**
* [Flux](https://justgetflux.com/) to adjust the display color for better sleep.
* [Google Chrome](https://www.google.com/chrome/) for browsing the web.
* [VS Code](https://code.visualstudio.com/) as a text editor.