Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# shellcheck disable=SC2059
#
#.USAGE
# To start, run:
# wget https://raw.githubusercontent.com/danielewood/sierra-wireless-modems/master/autoflash-7455.sh && sudo bash autoflash-7455.sh
#.SYNOPSIS
# - Only for use on Ubuntu 20.04 (or later) LiveUSB
# - Changes all models of EM7455/MC7455 Modems to the Generic Sierra Wireless VID/PID
### Keybase proof
I hereby claim:
* I am gnull on github.
* I am ph14nix (https://keybase.io/ph14nix) on keybase.
* I have a public key ASD_jCqn6gZMq2ZhDG0rVEO3d_AMkdy-FVjk1G4MSzEEeQo
To claim this, I am signing this object:
@gnull
gnull / test.md
Created January 24, 2024 18:22
markdown test

Note

Highlights information that users should take into account, even when skimming.

@gnull
gnull / gist:151a18bc840eeb282286b5a59bb400b6
Created January 8, 2025 17:42
Tree sitter highlinting for kakoune, a minimal example
I tried setting up tree-sitter with kakoune,
and it turned out to be not quite trivial.
There are multiple plugins that aim to provide this functionality
of varying degree of completeness.
I felt that existing documentation for them focuses low-level details,
and there isn't a simple list of steps to get something working.
Below are such steps to get a minimal working syntax highlighting for Kakoune using tree-sitter.
I use use `latex` language as an example, put your languages in its place.