https://github.com/ericgio/dotfiles
https://github.com/ericgio/dotfiles
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericgio/dotfiles
- Owner: ericgio
- License: mit
- Created: 2017-03-28T23:38:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-21T05:39:47.000Z (over 3 years ago)
- Last Synced: 2025-02-02T03:42:45.964Z (over 1 year ago)
- Language: Shell
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dotfiles
My personal dotfiles, based on [mathiasbynens's excellent dotfiles repository](https://github.com/mathiasbynens/dotfiles).
## Installation
``` bash
$ git clone https://github.com/ericgio/dotfiles.git && cd dotfiles && source bootstrap.sh
```
Alternatively, to update while avoiding the confirmation prompt:
```bash
$ set -- -f; source bootstrap.sh
```
## Installing Homebrew formulae
```bash
# Set proper permissions on the script the first time around.
$ chmod +x brew.sh
$ ./brew.sh
```