Skip to content

benitolopez/dotfiles-macos

Repository files navigation

Beni's dotfiles

Installation

Clone the repository wherever you want. Then to update, cd into your local dotfiles repository and then:

source bootstrap.sh

Alternatively, to update while avoiding the confirmation prompt:

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:

./.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 formulae (after installing Homebrew, of course):

./brew.sh

Install other deps & apps

Just run:

./install-deps.sh

This will install z and p. And it will install commonly used npm deps.

About

Dot files (macOS version)

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors