https://github.com/jacobcoffee/dotfiles
Files with dots
https://github.com/jacobcoffee/dotfiles
Last synced: 4 months ago
JSON representation
Files with dots
- Host: GitHub
- URL: https://github.com/jacobcoffee/dotfiles
- Owner: JacobCoffee
- Created: 2023-10-03T05:00:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-18T17:13:52.000Z (5 months ago)
- Last Synced: 2026-01-19T01:27:05.908Z (5 months ago)
- Language: Shell
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
This repository contains a script to set up a new macOS machine with the required tools and configurations.
## Usage
To use this script on a brand-new macOS machine, open the Terminal app and run the following command:
```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/JacobCoffee/dotfiles/main/bootstrap.sh)"
```
This command will:
1. Install `Homebrew`
2. Install applications from the [`./.config/Brewfile`](.config/Brewfile) in this repository
3. Install `Rust`
4. Create the necessary directory structure in `~/git`
5. Clone specified repositories
Make sure to adjust any paths or repository URLs as needed for your specific setup.