Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpedroschmitz/dotfiles
🔧 Personal dotfiles for macOS
https://github.com/jpedroschmitz/dotfiles
dotfiles macos
Last synced: 17 days ago
JSON representation
🔧 Personal dotfiles for macOS
- Host: GitHub
- URL: https://github.com/jpedroschmitz/dotfiles
- Owner: jpedroschmitz
- License: mit
- Created: 2020-06-29T12:40:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T12:53:49.000Z (3 months ago)
- Last Synced: 2024-10-04T15:22:02.464Z (about 1 month ago)
- Topics: dotfiles, macos
- Language: Shell
- Homepage:
- Size: 40 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dotfiles
> Warning: If you want to give these dotfiles a try, you should first review the code and remove things you don’t want or need. Use at your own risk! I also recommend you take a look at [Mathias’s dotfiles](https://github.com/mathiasbynens/dotfiles) repository; it contains more macOS system modifications.
Personal dotfiles for macOS.
## Installation
To install everything, just run the following command. It will clone the repository and get everything ready =D
```sh
curl https://raw.githubusercontent.com/jpedroschmitz/dotfiles/HEAD/.macos | bash
```## Thanks to...
- [Mathias](https://github.com/mathiasbynens/dotfiles)
- [Kent C. Dodds](https://github.com/kentcdodds/dotfiles)