https://github.com/dcalhoun/dotfiles
A set of environment configuration files.
https://github.com/dcalhoun/dotfiles
dotfiles thoughtbot-dotfiles zsh
Last synced: 3 months ago
JSON representation
A set of environment configuration files.
- Host: GitHub
- URL: https://github.com/dcalhoun/dotfiles
- Owner: dcalhoun
- License: other
- Created: 2015-10-28T23:22:56.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T15:04:17.000Z (over 1 year ago)
- Last Synced: 2025-04-05T07:23:06.857Z (over 1 year ago)
- Topics: dotfiles, thoughtbot-dotfiles, zsh
- Language: Shell
- Homepage: https://davidcalhoun.me
- Size: 12.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dcalhoun dotfiles
I use [thoughtbot/dotfiles](https://github.com/thoughtbot/dotfiles) as the
foundation of my personal configuration. These files are the `.local`
modifications that build on top of the foundation.
## Installation
- [Setup SSH key with
GitHub](https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent).
- Install Xcode and accept the license agreement.
- Run the following commands in your terminal:
```bash
git clone git@github.com:dcalhoun/dotfiles.git ~/.dotfiles && \
~/.dotfiles/install.sh
```
## Credits
Most of my configuration is small changes on top of thoughtbot's dotfiles.
They have a great series of blog posts about dotfile configuration at their
[blog](http://robots.thoughtbot.com).
This software is free and distributable under the MIT license.