https://github.com/mpark/dotfiles
Dotfiles for Mac OS X
https://github.com/mpark/dotfiles
Last synced: 3 months ago
JSON representation
Dotfiles for Mac OS X
- Host: GitHub
- URL: https://github.com/mpark/dotfiles
- Owner: mpark
- License: mit
- Created: 2013-07-19T06:18:47.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T19:00:54.000Z (almost 4 years ago)
- Last Synced: 2025-06-03T09:57:53.939Z (about 1 year ago)
- Language: Vim script
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
## Included
Configurations for a few of the applications I enjoy using.
* __ClangFormat__: `.clang-format`
* __Git__: `.gitconfig`
* __Vim__: `.vimrc`
* __Zsh__: `.zshrc` + `oh-my-zsh`
## Installation
1. Clone this repository. `git clone https://github.com/mpark/dotfiles.git ~/.dotfiles`
1. Run `./bootstrap.sh`
### Local Settings
Add local configurations to the following files. `.gitconfig` and `.zshrc`
automatically loads them if they exist.
* `~/.gitconfig.local`: e.g. `[user]` info.
* `~/.zshrc.local`: e.g. `PATH` environment variable, aliases
### License
This project is licensed under the MIT License.
### Credits
* [thoughtbot](http://github.com/thoughtbot)'s [dotfiles](https://github.com/thoughtbot/dotfiles) helped me figure out how to separate local settings using `.local` files.
* [robbyrussell](http://github.com/robbyrussell)'s [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) project is used in `.zshrc` file.