Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
docs: update README
Update README to include information about chezmoi and how it is being used to
handle dotfile installation and multi device configuration.
feat(editorconfig): match prettier defaults
Taken from https://prettier.io/docs/en/configuration.html#editorconfig.
feat(brew): update personal Homebrew config
Add PS remote play, Backblaze, Steam and other game launchers.
feat(format): add prettier format make target
Run prettier over the codebase via
make format-prettier
ormake format
.feat(op): remove 1password CLI configuration
Going to use the native OS auth for managing access to GitHub CLI. If setup
other plugins, then this will need to be re-added.
feat(nvim): set as default and use default colorscheme
style: format all files using
make format