GitXplorerGitXplorer
J

dotfiles

public
0 stars
0 forks
1 issues

Commits

List of commits on branch main.
Verified
e7841b0fff9555d2937673777a180511c92a95b4

feat: add litestar app bootstrapability

JJacobCoffee committed 2 months ago
Verified
66d6e7f7bd023823c611dfafb1478b121101721e

chore: updates

JJacobCoffee committed 2 months ago
Verified
96226634e02039c64354aa30e98ce86e38d34f8b

chore: updates

JJacobCoffee committed 6 months ago
Verified
6b3dce16ed41246ef45455f06fd419d1e1bb2ff5

chore: qol things

JJacobCoffee committed 6 months ago
Verified
ff81a0c4574d25bf0fc673cffa3ea1ea27204064

chore: cleanup

JJacobCoffee committed 6 months ago
Verified
8576c4567647e852faad3a377527f557676e617e

feat(scripts): add dns resolution helper

JJacobCoffee committed 6 months ago

README

The README file for this repository.

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:

/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 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.