Skip to content

Instantly share code, notes, and snippets.

View abmantis's full-sized avatar
:shipit:

Abílio Costa abmantis

:shipit:
View GitHub Profile
### Keybase proof
I hereby claim:
* I am abmantis on github.
* I am abmantis (https://keybase.io/abmantis) on keybase.
* I have a public key ASBLzRQrd5LvHWJ0aFLUBck3r3Ir-lgV-9lw6hXhiJf_vAo
To claim this, I am signing this object:
@abmantis
abmantis / m5stack-atom-matrix-esphome.yaml
Created July 4, 2023 21:06
M5Stack Atom Matrix ESPHome
esphome:
name: m5-atom-matrix
platformio_options:
upload_speed: 115200
on_boot:
priority: 700
then:
- output.turn_on: wifi_fix_output
esp32:
@abmantis
abmantis / nvim_devcontainers.md
Last active October 15, 2023 21:00
nvim + devcontainers (with clipboard support!)

Build container:

  • Run devcontainer up (.X11-unix is needed for clipboard to work)
devcontainer up --remove-existing-container --mount "type=bind,source=$HOME/.config/nvim,target=/nvim-config" --mount "type=bind,source=/tmp/.X11-unix,target=/tmp/.X11-unix" --workspace-folder .

Setup container:

TL;DR one-liner: