Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carhartl/dotfiles
π‘
https://github.com/carhartl/dotfiles
dotfiles homebrew macos shell zsh
Last synced: 26 days ago
JSON representation
π‘
- Host: GitHub
- URL: https://github.com/carhartl/dotfiles
- Owner: carhartl
- Created: 2012-11-22T12:34:52.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T05:11:01.000Z (7 months ago)
- Last Synced: 2024-04-07T05:27:16.224Z (7 months ago)
- Topics: dotfiles, homebrew, macos, shell, zsh
- Language: Shell
- Homepage:
- Size: 2.86 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)