An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![header](header.jpg)

## 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
```