An open API service indexing awesome lists of open source software.

https://github.com/jmoney/personal-development-environment


https://github.com/jmoney/personal-development-environment

github-site

Last synced: 11 months ago
JSON representation

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

```