Skip to content

Instantly share code, notes, and snippets.

View max-sixty's full-sized avatar

Maximilian Roos max-sixty

View GitHub Profile
@max-sixty
max-sixty / schema.json
Created May 30, 2025 17:47
safety net schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/max-sixty/safety-net/main/sn/schema.json",
"title": "Safety Net Configuration",
"description": "Configuration schema for Safety Net secure sandboxing tool",
"$comment": "This schema is descriptive, not prescriptive. The actual Safety Net implementation is the source of truth. If discrepancies are found, update this schema to match the implementation.",
"type": "object",
"required": ["image"],
"properties": {
"image": {
@max-sixty
max-sixty / config.kdl
Last active January 12, 2024 08:16
Zellij Config
// This Zellij config offers a more modal experience than the default. There are
// very few keybindings in the mode that you spend most of your time in, and we
// need to hit `C-space` to go into a mode where we navigate.
// The only keybindings in the normal mode are:
// - `C-space` to go into the tmux mode
// - `C-n` for a new pane
// - `C-t` for a new tab
// - `A-[` & `A-]` to go to the previous/next tab
// - `S-arrow` to navigate between panes
@max-sixty
max-sixty / fzf-config.fish
Last active October 7, 2024 16:52
Fish fzf settings & functions
## FZF settings & functions for fish; collected with attribution and modified.
# These rely on `git lg`; from git's config:
# lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
# They also rely on the following being installed:
# - bat
# - choose
# - delta
# - exa
# - fd
@max-sixty
max-sixty / dvorak.txt
Created February 21, 2018 18:40
Advantage Kinesis 2 mappings
[=]>[delete]
[lp-tab]>[rctrl]
[rp-kpent]>[lalt]
[tab]>[rctrl]
[scroll]>[shutdn]
[hyphen]>[=]
[home]>[/]
[end]>[\]
[/]>[kp-lctrl]
[lctrl]>[lwin]
@max-sixty
max-sixty / cloudSettings
Last active August 28, 2021 07:21
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-08-28T07:21:06.832Z","extensionVersion":"v3.4.3"}