Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thoroc/dotfiles

Chezmoi managed .dotfiles for MacOS with dev emphasis
https://github.com/thoroc/dotfiles

chezmoi dotfiles dotfiles-macos macos

Last synced: about 2 months ago
JSON representation

Chezmoi managed .dotfiles for MacOS with dev emphasis

Awesome Lists containing this project

README

        

# Chezmoi dotfiles

- [Prerequisite](#prerequisite)
- [Setup](#setup)

This repository uses [chezmoi](https://www.chezmoi.io/)

**target**: MacOS with webdev emphasis

Other repositories using Chezmoi:

-
-
-
-
-
-

## Prerequisite

install the following if not already present on the machine

- xcode: `xcode-select --install`
- git
- brew

## Setup

Run:

```sh
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply thoroc
```