An open API service indexing awesome lists of open source software.

https://github.com/nanoxd/bootstrap


https://github.com/nanoxd/bootstrap

atom homebrew setup shell

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Bootstrap

Automating CPU configuration to be as reproducible as possible.

## Usage

1. `git clone https://github.com/nanoxd/bootstrap.git`
2. `cd bootstrap`
3. `make`

To only run homebrew: `make brew`

## Customization

The scripts as is favor my needs. To avoid installing packages you don't need,
I'd recommend dumping out your own configurations on your existing PC.

### Brew

[homebrew-bundle](https://github.com/Homebrew/homebrew-bundle) is a bundler for
your `brew` dependencies. Installing it is can be done via `brew tap
Homebrew/bundle`.

```sh
# Creates your Brewfile
brew bundle dump --file=./Brewfile
```

### Dotfiles

Change to point to where you keep your dotfiles and how you install them
[here](https://github.com/nanoxd/bootstrap/blob/master/setup#L185-L188)

## Acknowledgments

This project is heavily inspired by the following projects:

* [@thoughtbot Laptop](https://github.com/thoughtbot/laptop)