https://github.com/jackcuthbert/dotfiles
Configuration files and setup information for my macOS systems.
https://github.com/jackcuthbert/dotfiles
chezmoi dotfiles fish-shell macos
Last synced: 2 months ago
JSON representation
Configuration files and setup information for my macOS systems.
- Host: GitHub
- URL: https://github.com/jackcuthbert/dotfiles
- Owner: JackCuthbert
- License: mit
- Created: 2020-07-06T04:18:18.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2026-03-17T01:04:00.000Z (3 months ago)
- Last Synced: 2026-03-17T12:44:57.261Z (3 months ago)
- Topics: chezmoi, dotfiles, fish-shell, macos
- Language: Shell
- Homepage:
- Size: 9.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Installation
```sh
# 1. Install Homebrew and follow instructions
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# 2. Install chezmoi
brew install chezmoi
# 3. Pull and apply dotfiles
chezmoi init JackCuthbert/dotfiles
chezmoi apply
```