Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcalhoun/dotfiles
A set of environment configuration files.
https://github.com/dcalhoun/dotfiles
dotfiles thoughtbot-dotfiles zsh
Last synced: 13 days 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 (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T17:50:29.000Z (4 months ago)
- Last Synced: 2024-10-10T00:26:29.603Z (about 1 month ago)
- Topics: dotfiles, thoughtbot-dotfiles, zsh
- Language: Shell
- Homepage: https://davidcalhoun.me
- Size: 12.8 MB
- Stars: 1
- Watchers: 3
- 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).```bash
git clone [email protected]: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.