Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nickpegg/cookbook-np-workstation

Personal Chef cookbook for setting up my workstations
https://github.com/nickpegg/cookbook-np-workstation

Last synced: 17 days ago
JSON representation

Personal Chef cookbook for setting up my workstations

Awesome Lists containing this project

README

        

[![Tests](https://github.com/nickpegg/cookbook-np-workstation/actions/workflows/tests.yml/badge.svg)](https://github.com/nickpegg/cookbook-np-workstation/actions/workflows/tests.yml)

# np-workstation
Sets up a personal workstation the way I like it

## Personal Cookbook Notice
This is a very personal cookbook, you probably set up your workstation a little
differently than I do, but at least you can get some ideas from this or use it
as a starting point.

## Testing
It's assumed that you have chefdk installed.

```bash
bundle install --path .bundle
bundle exec rubocop
bundle exec rspec
bundle exec kitchen test
```