mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-28 14:16:00 +10:00
30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
# Mathias’s dotfiles
|
||
|
||
## Installation
|
||
|
||
```bash
|
||
git clone https://github.com/mathiasbynens/dotfiles.git && cd dotfiles && ./bootstrap.sh
|
||
```
|
||
|
||
When setting up a new Mac, you may want to set some sensible OS X defaults:
|
||
|
||
```bash
|
||
./.osx
|
||
```
|
||
|
||
To update, `cd` into your local `dotfiles` repository and then:
|
||
|
||
```bash
|
||
./bootstrap.sh
|
||
```
|
||
|
||
Suggestions/improvements
|
||
[welcome](https://github.com/mathiasbynens/dotfiles/issues)!
|
||
|
||
## Thanks to…
|
||
* [Gianni Chiappetta](http://gf3.ca/) for sharing his [amazing collection of dotfiles](https://github.com/gf3/dotfiles)
|
||
* [Matijs Brinkhuis](http://hotfusion.nl/) and his [homedir repository](https://github.com/matijs/homedir)
|
||
* [Jan Moesen](http://jan.moesen.nu/) and his [ancient `.bash_profile`](https://gist.github.com/1156154) + [shiny tilde repository](https://github.com/janmoesen/tilde)
|
||
* [Ben Alman](http://benalman.com/) and his [dotfiles repository](https://github.com/cowboy/dotfiles)
|
||
* [Tim Esselens](http://devel.datif.be/)
|
||
* anyone who [contributed a patch](https://github.com/mathiasbynens/dotfiles/contributors) or [made a helpful suggestion](https://github.com/mathiasbynens/dotfiles/issues) |