Mathias Bynens 27c2285c59 server function: Serve everything as UTF-8
Even though this is not technically correct for binary files, it doesn’t actually break anything.
2012-01-09 14:34:38 +01:00
2011-12-31 11:44:01 +01:00
2012-01-02 22:50:59 +01:00
2011-09-05 20:19:31 +02:00
2011-09-26 10:30:00 +03:00
2012-01-02 16:35:05 +01:00

Mathiass dotfiles

Installation

Using Git and the bootstrap script

git clone https://github.com/mathiasbynens/dotfiles.git && cd dotfiles && ./bootstrap.sh

To update, cd into your local dotfiles repository and then:

./bootstrap.sh

Alternatively, to update while avoiding the confirmation prompt:

./bootstrap.sh -f

Git-free install

To install these dotfiles without Git:

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

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

Feedback

Suggestions/improvements welcome!

Thanks to…

S
Description
No description provided
Readme
724 KiB
Languages
Vim Script 93.2%
Shell 6.8%