Skip to content

Commit

Permalink
Add all the gear James mentioned
Browse files Browse the repository at this point in the history
  • Loading branch information
waferbaby committed Aug 10, 2024
1 parent 288eb1a commit 8306119
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gear/hardware/a/android-dev-phone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Android Dev Phone",
"description": "A development Android phone.",
"url": "https://en.wikipedia.org/wiki/Android_Dev_Phone"
}
5 changes: 5 additions & 0 deletions gear/hardware/s/sensor-watch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Sensor Watch",
"description": "A replacement motherboard for the Casio F‑91W.",
"url": "https://www.sensorwatch.net/"
}
5 changes: 5 additions & 0 deletions gear/hardware/v/v1-qmk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "V1 QMK",
"description": "A customisable mechanical keyboard.",
"url": "https://www.keychron.com/products/keychron-v1-qmk-via-custom-mechanical-keyboard"
}
5 changes: 5 additions & 0 deletions gear/hardware/w/wh-1000xm5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "WH-1000XM5",
"description": "On-ear headphones.",
"url": "https://www.sony.com/electronics/headband-headphones/wh-1000xm5"
}
5 changes: 5 additions & 0 deletions gear/software/c/chezmoi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "chezmoi",
"description": "A tool for managing your dotfiles.",
"url": "https://www.chezmoi.io/"
}
5 changes: 5 additions & 0 deletions gear/software/h/home-assistant.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Home Assistant",
"description": "Home automation software.",
"url": "https://www.home-assistant.io/"
}
5 changes: 5 additions & 0 deletions gear/software/p/pipx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "pipx",
"description": "Software for creating isolated Python environments",
"url": "https://github.com/pypa/pipx"
}
5 changes: 5 additions & 0 deletions gear/software/p/poetry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Poetry",
"description": "A package manager for Python.",
"url": "https://python-poetry.org/"
}
5 changes: 5 additions & 0 deletions gear/software/r/ruff.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Ruff",
"description": "A linter and code formatter for Python.",
"url": "https://github.com/astral-sh/ruff"
}
5 changes: 5 additions & 0 deletions gear/software/t/the-silver-searcher.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "The Silver Searcher",
"description": "A command-line search tool.",
"url": "https://geoff.greer.fm/ag/"
}

0 comments on commit 8306119

Please sign in to comment.