Skip to content
/ dotfiles Public
forked from paulirish/dotfiles

Dotfiles for OS X — originally by Paul Irish & Mathias Bynens

Notifications You must be signed in to change notification settings

brego/dotfiles

 
 

Repository files navigation

Brego's dotfiles - a fork of Paul Irish's dotfiles

Disclaimer

These are highly personal. Do not blindly use without understanding. Please consider forking this repository.

Installation

Using Git and the bootstrap script

mkdir ~/Scripts
git clone https://github.com/brego/dotfiles.git ~/Scripts/dotfiles/
cd ~/Scripts/dotfiles
./bootstrap.sh

Git-free install

mkdir -p ~/Scripts/dotfiles && cd $_
curl -#L https://github.com/brego/dotfiles/tarball/master | tar -xzv --strip-components 1
./bootstrap.sh

To update later on, just run ./bootstrap.sh command again.

Sensible OS X defaults

When setting up a new Mac, set sensible OS X defaults:

./setup/brew.sh
./setup/osx.sh
./setup/set-computer-name.sh

About

Dotfiles for OS X — originally by Paul Irish & Mathias Bynens

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 92.0%
  • Vim Script 8.0%