Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bronzehedwick/dotfiles
Personal config files for Chris DeLuca
https://github.com/bronzehedwick/dotfiles
dotfiles shell
Last synced: 29 days 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 (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T20:32:06.000Z (7 months ago)
- Last Synced: 2024-04-29T22:00:46.238Z (7 months ago)
- Topics: dotfiles, shell
- Language: Shell
- Size: 2.35 MB
- Stars: 6
- Watchers: 4
- 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 [email protected]: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