Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benbalter/dotfiles
@BenBalter's computering environment and the scripts to initialize it and keep it up to date.
https://github.com/benbalter/dotfiles
dotfiles
Last synced: 3 months ago
JSON representation
@BenBalter's computering environment and the scripts to initialize it and keep it up to date.
- Host: GitHub
- URL: https://github.com/benbalter/dotfiles
- Owner: benbalter
- License: mit
- Created: 2013-08-16T21:43:24.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T17:38:03.000Z (4 months ago)
- Last Synced: 2024-10-09T12:09:17.261Z (3 months ago)
- Topics: dotfiles
- Language: Ruby
- Homepage:
- Size: 568 KB
- Stars: 31
- Watchers: 8
- Forks: 6
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# @BenBalter's dotfiles
[![CI](https://github.com/benbalter/dotfiles/actions/workflows/ci.yml/badge.svg)](https://github.com/benbalter/dotfiles/actions/workflows/ci.yml)
@BenBalter's development environment and the scripts to initialize it and keep it up to date.
## What's here
### Scripts
* `script/setup` - Set up all the things!
* `script/update` - Update all the things!### Everything else
* Configuration files that will be symlinked into the proper place
* Common development aliases
* Launch agents to keep the Downloads folder tidy and dependencies up to date## Setting up a new machine from scratch
1. `git clone https://github.com/benbalter/dotfiles ~/.dotfiles`
2. Vist [`strap.mikemcquaid.com`](https://strap.mikemcquaid.com)
3. Download `strap.sh`
4. `bash ~/Downloads/strap.sh`## How to update dependencies
Run `up`