An open API service indexing awesome lists of open source software.

https://github.com/antleblanc/dotfiles

:computer: macOS dotfiles.
https://github.com/antleblanc/dotfiles

dotfiles macos

Last synced: 2 months ago
JSON representation

:computer: macOS dotfiles.

Awesome Lists containing this project

README

          

# antleblanc’s dotfiles

I maintain this repo as *my* dotfiles.

## Installation

```sh
$ cd ~/Code
$ git clone git@github.com:antleblanc/dotfiles.git
```

You can now create symbolic links for each of those files.

```sh
$ cd ~
$ ln -s ~/Code/dotfiles/bashrc .bashrc
$ ln -s ~/Code/dotfiles/bash_profile .bash_profile
$ …
```

## Resources

- [Mathias Bynens](https://github.com/mathiasbynens) and his [dotfiles repository](https://github.com/mathiasbynens/dotfiles).
- [Cătălin Mariș](https://github.com/alrra) and his [dotfiles repository](https://github.com/alrra/dotfiles).
- [Paul Irish](https://github.com/paulirish) and his [dotfiles repository](https://github.com/paulirish/dotfiles).

## Related

- [Setup a new  MacBook Pro](https://github.com/antleblanc/setup).

## Author

[Antoine Leblanc](https://antleblanc.com) — [@antleblanc](https://twitter.com/antleblanc)