Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/carhartl/dotfiles

🏑
https://github.com/carhartl/dotfiles

dotfiles homebrew macos shell zsh

Last synced: 26 days ago
JSON representation

🏑

Awesome Lists containing this project

README

        

# dotfiles

## Install

```bash
curl -Lks https://git.io/JSg3X | /bin/bash
```

## Optional

Add local git configuration:

```bash
cp .gitconfig.local{.example,}
```

To add additonal, local-only configuration:

```bash
cp .localrc{.example,}
```

^ Adapt the placeholders!

## Inspired by and thanks to…

- [Mathias Bynens](https://github.com/mathiasbynens/dotfiles)
- [Zach Holman](https://github.com/holman/dotfiles)
- [Wynn Netherland](https://github.com/pengwynn/dotfiles)