https://github.com/benitolopez/dotfiles-macos
Dot files (macOS version)
https://github.com/benitolopez/dotfiles-macos
dotfiles macos
Last synced: 2 months ago
JSON representation
Dot files (macOS version)
- Host: GitHub
- URL: https://github.com/benitolopez/dotfiles-macos
- Owner: benitolopez
- Created: 2016-02-09T16:35:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2026-01-10T10:04:32.000Z (6 months ago)
- Last Synced: 2026-01-11T03:14:40.277Z (6 months ago)
- Topics: dotfiles, macos
- Language: Vim Script
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beni's dotfiles
- This is the macOS version of my dotfiles ([Linux version here](https://github.com/benitolopez/dotfiles)).
- This setup is heavily based on the popular [mathias's dotfiles](https://github.com/mathiasbynens/dotfiles/).
- I maintain this repo as _my_ dotfiles.
## Installation
Clone the repository wherever you want. Then to update, `cd` into your local `dotfiles` repository and then:
```bash
source bootstrap.sh
```
Alternatively, to update while avoiding the confirmation prompt:
```bash
set -- -f; source bootstrap.sh
```
### Add custom commands to `.extra`
If `~/.extra` exists, it will be sourced along with the other files. In my `~/.extra` I have some personal details, like my Git credentials.
### Sensible macOS defaults
When setting up a new Mac, you may want to set some sensible macOS defaults:
```bash
./.macos
```
Right now there isn't too much in my `.macos` file. I will update it day by day.
### Install Homebrew formulae
When setting up a new Mac, you may want to install some common [Homebrew](http://brew.sh/) formulae (after installing Homebrew, of course):
```bash
./brew.sh
```
### Install other deps & apps
Just run:
```bash
./install-deps.sh
```
This will install [z](https://github.com/rupa/z) and [p](https://github.com/benitolopez/p). And it will install commonly used npm deps.