https://github.com/bronzehedwick/dotfiles
Personal config files for Chris DeLuca
https://github.com/bronzehedwick/dotfiles
dotfiles shell
Last synced: about 1 year ago
JSON representation
Personal config files for Chris DeLuca
- Host: GitHub
- URL: https://github.com/bronzehedwick/dotfiles
- Owner: bronzehedwick
- License: mit
- Created: 2012-08-20T16:26:46.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2025-04-18T15:27:14.000Z (about 1 year ago)
- Last Synced: 2025-04-24T02:01:56.012Z (about 1 year ago)
- Topics: dotfiles, shell
- Language: Shell
- Size: 2.44 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# dotfiles
Personal config files for Chris DeLuca.
## Installation
```bash
# Clone the repo into your home directory in a hidden folder.
git clone git@github.com:bronzehedwick/dotfiles.git ~/.dotfiles
```
## Setup
All automation is provided by the [`./do`](./do) shell script.
On a fresh machine, `./do all` will install and configure everything.
See `./do -h` for all commands.
[stow]: http://brandon.invergo.net/news/2012-05-26-using-gnu-stow-to-manage-your-dotfiles.html