https://github.com/jmoney/personal-development-environment
https://github.com/jmoney/personal-development-environment
github-site
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmoney/personal-development-environment
- Owner: jmoney
- License: apache-2.0
- Created: 2022-06-21T14:38:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T21:12:07.000Z (over 2 years ago)
- Last Synced: 2025-03-16T17:11:33.765Z (11 months ago)
- Topics: github-site
- Language: Python
- Homepage: https://www.jmoney.dev/personal-development-environment/
- Size: 581 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Development Environment
Uses homebrew for tool installation.
```bash
brew bundle --file=path/to/Brewfile
```
This will install all the taps, forumla, and casks described in the `Brewfile`.
## Extras
### Elgato Stream Deck
The elgato-stream-deck cask requires rosetta. To install rosetta `sudo softwareupdate --install-rosetta` can be run.
### Github
Need to [generate gpg keys](https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key) for signed commits.
```bash
```