about summary refs log tree commit diff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add `robloxenv` to manage hashi credentialsFranck Cuny2024-04-292-0/+199
| | | | | I never know how to get the credentials for some hashi components. This script helps with getting the credentials I need at the edge.
* add a script to fetch cheeseboard's menuFranck Cuny2024-04-282-0/+89
| | | | Delete the version in go.
* move the `slocalc` to a python scriptFranck Cuny2024-04-162-0/+94
|
* delete a bunch of stuffFranck Cuny2024-03-1024-1617/+0
|
* share configuration for shell utilsFranck Cuny2024-03-071-10/+0
|
* rename `tools` to `packages` to follow conventionFranck Cuny2024-03-0635-0/+2285
The convention is to use `pkgs` or `packages` for overlays and definition of custom packages. Since I'm already using `pkg` for go, I prefer to use `packages` for my scripts.