Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobcoffee/dotfiles
Files with dots
https://github.com/jacobcoffee/dotfiles
Last synced: 23 days ago
JSON representation
Files with dots
- Host: GitHub
- URL: https://github.com/jacobcoffee/dotfiles
- Owner: JacobCoffee
- Created: 2023-10-03T05:00:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T14:38:33.000Z (about 1 month ago)
- Last Synced: 2024-12-02T11:48:17.883Z (26 days ago)
- Language: Shell
- Size: 102 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 repositoriesMake sure to adjust any paths or repository URLs as needed for your specific setup.