https://github.com/prettydiff/s6-supplies
s6 office supplies
https://github.com/prettydiff/s6-supplies
Last synced: 3 months ago
JSON representation
s6 office supplies
- Host: GitHub
- URL: https://github.com/prettydiff/s6-supplies
- Owner: prettydiff
- License: unlicense
- Created: 2018-05-10T03:04:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T23:25:40.000Z (about 7 years ago)
- Last Synced: 2025-01-30T03:27:09.677Z (5 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 300th S6 Office Supply List
Qty|Item
---|---
3|40 piece Universal RF Coaxial Connector Adapter Kit, RCA Male and Female
5|RJ45 (Cat5) Repair kits
5|Coaxial Repair Kits, containing strippers and crimpers large and small
3|Electronic style soldering kits
4|Boxes of ink pens
1|Box of mechanical pencils
1|box of red pens
1|box of paper envolopes, 50 count
6-8|Rolls of duct tape
2|Units of 550 cord
2|Stacks of printer paper
1|Highlighter pack, 6 count
2|Whiteboard marker set (including eraser)
2|Staplers
2|Boxes of staples
10|Boxes of ethernet cable
12|post-it notes
6|Packs of 3x5in index cards
8|Permanent markers
1|Set of dry erase magnetic labels
2|Packs of white out correction tape
4|scissors
3|Shredder machine oil
20|small legal pads
20|small pocket bottles of hand sanitizer
200|lap top screws *(dimenions required)*
1|bag of rubber bands, size 64, 200 count
3|3 hole punch
5|clipboards
12|disenfecting wipe tubes
12|screen cleaning wipe tubes
12|canned air## How to modify this document
1. download and install Git if you do not already have it: https://git-scm.com/
1. go to Github and create an account, then fork the repository by click the the big *fork* button in the upper right corner
1. get this document (change the *myaccount* part to your account name, or simply copy the generated link github provides for you): `git clone [email protected]:myaccount/s6-supplies.git`
1. go into the directory: `cd s6-supplies`
1. make changes to the file named *readme.md*
1. stage your changes: `git add readme.md`
1. write a commit: `git commit -m "added items"`
1. push your changes back to your fork: `git push origin master`
1. Go to github and create a pull request
1. Github will notify me of your changes, I will review them, and I will accept them## Why?
Because passing documents around is stupid. That is how people lose things, things get overwritten, or chaos ensues with 18 different document versions.This is a distributed solution where everything is tracked, centrally managed, all changes come with a history, and nothing gets lost **ever**!