Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nickpegg/cookbook-np-workstation
- Owner: nickpegg
- License: mit
- Created: 2016-06-04T18:49:45.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T23:56:15.000Z (over 2 years ago)
- Last Synced: 2024-10-31T19:15:12.677Z (2 months ago)
- Language: Ruby
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```