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

https://github.com/mannkind/chezmoi-config

Dotfiles managed by Chezmoi
https://github.com/mannkind/chezmoi-config

Last synced: over 1 year ago
JSON representation

Dotfiles managed by Chezmoi

Awesome Lists containing this project

README

          

# Chezmoi Config

## Init New Machine (MacOS)

```
#!/bin/bash

# Install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
eval "$(/opt/homebrew/bin/brew shellenv)"

# Install and initialize chezmoi
brew install chezmoi
chezmoi init https://github.com/mannkind/chezmoi-config.git
```