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.
- Host: GitHub
- URL: https://github.com/antleblanc/dotfiles
- Owner: antleblanc
- License: mit
- Created: 2015-10-15T19:35:38.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T15:06:57.000Z (about 3 years ago)
- Last Synced: 2025-02-23T14:18:55.881Z (over 1 year ago)
- Topics: dotfiles, macos
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)