https://github.com/nanoxd/bootstrap
https://github.com/nanoxd/bootstrap
atom homebrew setup shell
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nanoxd/bootstrap
- Owner: nanoxd
- Created: 2015-04-04T06:19:56.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T00:20:35.000Z (over 1 year ago)
- Last Synced: 2025-04-12T14:14:12.923Z (about 1 year ago)
- Topics: atom, homebrew, setup, shell
- Language: Shell
- Size: 389 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)