sephlietz / dotfiles

.files, including ~/.osx — sensible hacker defaults for OS X

Home Page:https://mths.be/dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forked from https://github.com/mathiasbynens/dotfiles.

Installation

Oh My Zsh

See https://ohmyz.sh.

Using Git and the bootstrap script

Clone the repository. The bootstrapper script will pull in the latest version and copy the files to your home folder.

cd ~/Projects && git clone https://github.com/sephlietz/dotfiles.git && cd dotfiles && source bootstrap.sh
cd ~/Projects/dotfiles && source bootstrap.sh

Alternatively, to update while avoiding the confirmation prompt:

cd ~/Projects/dotfiles && set -- -f; source bootstrap.sh

Git-free install

To install these dotfiles without Git:

cd; curl -#L https://github.com/sephlietz/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,LICENSE-MIT.txt}

To update later on, just run that command again.

Sensible OS X defaults

When setting up a new Mac, you may want to set some sensible OS X defaults:

./.osx

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

About

.files, including ~/.osx — sensible hacker defaults for OS X

https://mths.be/dotfiles

License:MIT License


Languages

Language:Vim Script 78.1%Language:Shell 21.9%